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

Unified Diff: public/platform/WebSize.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/WebServiceWorkerProviderClient.h ('k') | public/platform/WebSocketHandle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebSize.h
diff --git a/public/platform/WebSize.h b/public/platform/WebSize.h
index 2b266fe2212cf7d56011666c3631de3f53773748..038af59c03fb88302e9ad4485b936864ce5a834b 100644
--- a/public/platform/WebSize.h
+++ b/public/platform/WebSize.h
@@ -42,7 +42,7 @@
#include <ui/gfx/vector2d.h>
#endif
-namespace WebKit {
+namespace blink {
struct WebSize {
int width;
@@ -129,6 +129,6 @@ inline bool operator!=(const WebSize& a, const WebSize& b)
return !(a == b);
}
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/platform/WebServiceWorkerProviderClient.h ('k') | public/platform/WebSocketHandle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698