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

Unified Diff: Source/web/WebFontImpl.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 | « Source/web/WebFontDescription.cpp ('k') | Source/web/WebFontImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFontImpl.h
diff --git a/Source/web/WebFontImpl.h b/Source/web/WebFontImpl.h
index 9142c2d15eae33dcba1c4bbfd9e46869d6fb451d..5250d68ee4892f33b5c3cf3620ae82df3aca1adf 100644
--- a/Source/web/WebFontImpl.h
+++ b/Source/web/WebFontImpl.h
@@ -36,7 +36,7 @@
namespace WebCore { class FontDescription; }
-namespace WebKit {
+namespace blink {
class WebFontImpl : public WebFont {
public:
@@ -61,6 +61,6 @@ private:
WebCore::Font m_font;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/WebFontDescription.cpp ('k') | Source/web/WebFontImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698