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

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

Powered by Google App Engine
This is Rietveld 408576698