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

Unified Diff: Source/platform/fonts/opentype/OpenTypeSanitizer.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
« no previous file with comments | « Source/platform/fonts/opentype/OpenTypeSanitizer.h ('k') | Source/platform/fonts/opentype/OpenTypeTypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
diff --git a/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp b/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
index a66fec970676f32e540b1842a5a6fefd4e6a558b..1a6724407b97f2f220026e263fbfe6f40b7e2bf8 100644
--- a/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
+++ b/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
@@ -36,7 +36,7 @@
#include "opentype-sanitiser.h"
#include "ots-memory-stream.h"
-namespace WebCore {
+namespace blink {
PassRefPtr<SharedBuffer> OpenTypeSanitizer::sanitize()
{
@@ -72,4 +72,4 @@ bool OpenTypeSanitizer::supportsFormat(const String& format)
|| (RuntimeEnabledFeatures::woff2Enabled() && equalIgnoringCase(format, "woff2"));
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/fonts/opentype/OpenTypeSanitizer.h ('k') | Source/platform/fonts/opentype/OpenTypeTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698