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

Unified Diff: public/web/WebFontCache.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « public/web/WebFont.h ('k') | public/web/WebFontDescription.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFontCache.h
diff --git a/public/web/WebFontCache.h b/public/web/WebFontCache.h
index 90c56ba3025bdb2c57509af89a53a503f2ec2543..db38a4ee69368d2c9e2f7595164192760c35e0a9 100644
--- a/public/web/WebFontCache.h
+++ b/public/web/WebFontCache.h
@@ -33,7 +33,7 @@
#include "../platform/WebCommon.h"
-namespace WebKit {
+namespace blink {
// An interface to query and configure WebKit's font cache.
class WebFontCache {
@@ -54,6 +54,6 @@ private:
WebFontCache(); // Not intended to be instanced.
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebFont.h ('k') | public/web/WebFontDescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698