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

Unified Diff: Source/platform/exported/WebDeviceOrientationData.cpp

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
Index: Source/platform/exported/WebDeviceOrientationData.cpp
diff --git a/Source/platform/exported/WebDeviceOrientationData.cpp b/Source/platform/exported/WebDeviceOrientationData.cpp
index 2e9817f9683da74625e68ceb205e3fa0aab4968e..0008745c822ed7ccf4a4a61510e6012497a7c9f7 100644
--- a/Source/platform/exported/WebDeviceOrientationData.cpp
+++ b/Source/platform/exported/WebDeviceOrientationData.cpp
@@ -33,7 +33,7 @@
#include <string.h>
-namespace WebKit {
+namespace blink {
WebDeviceOrientationData::WebDeviceOrientationData()
{
@@ -44,4 +44,4 @@ WebDeviceOrientationData::WebDeviceOrientationData()
memset(this, 0, sizeof(*this));
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebDeviceMotionData.cpp ('k') | Source/platform/exported/WebFileSystemCallbacks.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698