Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: Source/platform/fonts/opentype/OpenTypeUtilities.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/platform/fonts/opentype/OpenTypeTypes.h ('k') | Source/platform/fonts/opentype/OpenTypeUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698