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

Unified Diff: public/platform/WebFloatPoint.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/WebFloatKeyframe.h ('k') | public/platform/WebFloatQuad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFloatPoint.h
diff --git a/public/platform/WebFloatPoint.h b/public/platform/WebFloatPoint.h
index 293dc3348f7a1d77b5408b923973c966d2c0d08e..bd477d8c6da92f6cbe79e3cbb9da153e8ad3098c 100644
--- a/public/platform/WebFloatPoint.h
+++ b/public/platform/WebFloatPoint.h
@@ -39,7 +39,7 @@
#include <ui/gfx/point_f.h>
#endif
-namespace WebKit {
+namespace blink {
struct WebFloatPoint {
float x;
@@ -107,6 +107,6 @@ inline bool operator!=(const WebFloatPoint& a, const WebFloatPoint& b)
return !(a == b);
}
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/platform/WebFloatKeyframe.h ('k') | public/platform/WebFloatQuad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698