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

Unified Diff: Source/modules/device_orientation/DeviceOrientationData.cpp

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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/modules/device_orientation/DeviceOrientationData.cpp
diff --git a/Source/modules/device_orientation/DeviceOrientationData.cpp b/Source/modules/device_orientation/DeviceOrientationData.cpp
index 93c025f7c9cdad52a275b14a92f328441ff62fc7..694bbbe532b9a444cf85ae36960736ff825d9cfd 100644
--- a/Source/modules/device_orientation/DeviceOrientationData.cpp
+++ b/Source/modules/device_orientation/DeviceOrientationData.cpp
@@ -27,7 +27,7 @@
#include "modules/device_orientation/DeviceOrientationData.h"
#include "public/platform/WebDeviceOrientationData.h"
-namespace WebCore {
+namespace blink {
PassRefPtrWillBeRawPtr<DeviceOrientationData> DeviceOrientationData::create()
{
@@ -113,4 +113,4 @@ bool DeviceOrientationData::canProvideEventData() const
return canProvideAlpha() || canProvideBeta() || canProvideGamma();
}
-} // namespace WebCore
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698