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

Unified Diff: Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.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/harfbuzz/FontPlatformDataHarfBuzz.h
diff --git a/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h b/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h
index 84baceba75a00d5d766e71298d1674a45210f391..1c5c91f054c67f8fc3fc56830b37396f39ba6d0e 100644
--- a/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h
+++ b/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h
@@ -46,7 +46,7 @@
class SkTypeface;
typedef uint32_t SkFontID;
-namespace WebCore {
+namespace blink {
class GraphicsContext;
class HarfBuzzFace;
@@ -138,6 +138,6 @@ private:
#endif
};
-} // namespace WebCore
+} // namespace blink
#endif // ifdef FontPlatformDataHarfBuzz_h
« no previous file with comments | « Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp ('k') | Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698