summaryrefslogtreecommitdiff
path: root/sfntly/port/refcount.h
diff options
context:
space:
mode:
Diffstat (limited to 'sfntly/port/refcount.h')
-rw-r--r--sfntly/port/refcount.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfntly/port/refcount.h b/sfntly/port/refcount.h
index 6ac09bb..eed5162 100644
--- a/sfntly/port/refcount.h
+++ b/sfntly/port/refcount.h
@@ -63,8 +63,8 @@
// end_scope_pointer.Attach(passThrough);
// If you are not passing that object back, you are the end of scope.
-#ifndef TYPOGRAPHY_FONT_SFNTLY_SRC_SFNTLY_PORT_REFCOUNT_H_
-#define TYPOGRAPHY_FONT_SFNTLY_SRC_SFNTLY_PORT_REFCOUNT_H_
+#ifndef SFNTLY_CPP_SRC_SFNTLY_PORT_REFCOUNT_H_
+#define SFNTLY_CPP_SRC_SFNTLY_PORT_REFCOUNT_H_
#if !defined (NDEBUG)
#define ENABLE_OBJECT_COUNTER
@@ -274,4 +274,4 @@ class Ptr {
} // namespace sfntly
-#endif // TYPOGRAPHY_FONT_SFNTLY_SRC_SFNTLY_PORT_REFCOUNT_H_
+#endif // SFNTLY_CPP_SRC_SFNTLY_PORT_REFCOUNT_H_