summaryrefslogtreecommitdiff
path: root/sfntly/font_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'sfntly/font_factory.h')
-rw-r--r--sfntly/font_factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfntly/font_factory.h b/sfntly/font_factory.h
index 7be0841..b706b92 100644
--- a/sfntly/font_factory.h
+++ b/sfntly/font_factory.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef TYPOGRAPHY_FONT_SFNTLY_SRC_SFNTLY_FONT_FACTORY_H_
-#define TYPOGRAPHY_FONT_SFNTLY_SRC_SFNTLY_FONT_FACTORY_H_
+#ifndef SFNTLY_CPP_SRC_SFNTLY_FONT_FACTORY_H_
+#define SFNTLY_CPP_SRC_SFNTLY_FONT_FACTORY_H_
#include <vector>
@@ -143,4 +143,4 @@ typedef Ptr<FontFactory> FontFactoryPtr;
} // namespace sfntly
-#endif // TYPOGRAPHY_FONT_SFNTLY_SRC_SFNTLY_FONT_FACTORY_H_
+#endif // SFNTLY_CPP_SRC_SFNTLY_FONT_FACTORY_H_