Index: Source/platform/fonts/opentype/OpenTypeUtilities.h |
diff --git a/Source/platform/fonts/opentype/OpenTypeUtilities.h b/Source/platform/fonts/opentype/OpenTypeUtilities.h |
index 0bb69f98a0bb70a377117b002c9f20b6611dc6cf..db358b16fc0c46c704c572ea31902f55dd31a3c3 100644 |
--- a/Source/platform/fonts/opentype/OpenTypeUtilities.h |
+++ b/Source/platform/fonts/opentype/OpenTypeUtilities.h |
@@ -30,12 +30,12 @@ |
#include <windows.h> |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class SharedBuffer; |
HANDLE renameAndActivateFont(SharedBuffer*, const String&); |
-} // namespace WebCore |
+} // namespace blink |
#endif // OpenTypeUtilities_h |