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

Unified Diff: public/platform/WebDeviceMotionData.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/WebData.h ('k') | public/platform/WebDeviceMotionListener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebDeviceMotionData.h
diff --git a/public/platform/WebDeviceMotionData.h b/public/platform/WebDeviceMotionData.h
index aa9f5dea15c9624e550e19530b4a5755ed7c314f..dc40e40122d3f1d656093003327e0d1e2fc91cca 100644
--- a/public/platform/WebDeviceMotionData.h
+++ b/public/platform/WebDeviceMotionData.h
@@ -37,7 +37,7 @@
#include "wtf/Assertions.h"
#endif
-namespace WebKit {
+namespace blink {
#pragma pack(push, 1)
@@ -81,6 +81,6 @@ COMPILE_ASSERT(sizeof(WebDeviceMotionData) == (10 * sizeof(double) + 2 * sizeof(
#pragma pack(pop)
-} // namespace WebKit
+} // namespace blink
#endif // WebDeviceMotionData_h
« no previous file with comments | « public/platform/WebData.h ('k') | public/platform/WebDeviceMotionListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698