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

Unified Diff: public/platform/linux/WebSandboxSupport.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/platform/linux/WebFontRenderStyle.h ('k') | public/platform/mac/WebSandboxSupport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/linux/WebSandboxSupport.h
diff --git a/public/platform/linux/WebSandboxSupport.h b/public/platform/linux/WebSandboxSupport.h
index 80b2334c1686c968bdbb4c181cd19e02fbc72604..d0ae30c21ddcafd4e2cb1a0362a61d74fda0d7f2 100644
--- a/public/platform/linux/WebSandboxSupport.h
+++ b/public/platform/linux/WebSandboxSupport.h
@@ -35,7 +35,7 @@
#include "../WebString.h"
#include "WebFontFamily.h"
-namespace WebKit {
+namespace blink {
struct WebFontRenderStyle;
@@ -57,6 +57,6 @@ public:
virtual void getRenderStyleForStrike(const char* family, int sizeAndStyle, WebFontRenderStyle*) = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/platform/linux/WebFontRenderStyle.h ('k') | public/platform/mac/WebSandboxSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698