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

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

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.cpp
diff --git a/Source/platform/fonts/opentype/OpenTypeUtilities.cpp b/Source/platform/fonts/opentype/OpenTypeUtilities.cpp
index 52f7f9c1bfe0d39c411f140d9b7092353ba00167..a63f6919084013f6fdef7b4fb12d4a9768090d91 100644
--- a/Source/platform/fonts/opentype/OpenTypeUtilities.cpp
+++ b/Source/platform/fonts/opentype/OpenTypeUtilities.cpp
@@ -29,7 +29,7 @@
#include "platform/SharedBuffer.h"
-namespace WebCore {
+namespace blink {
struct BigEndianUShort {
operator unsigned short() const { return (v & 0x00ff) << 8 | v >> 8; }
« no previous file with comments | « Source/platform/fonts/opentype/OpenTypeUtilities.h ('k') | Source/platform/fonts/opentype/OpenTypeVerticalData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698