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

Unified Diff: Source/modules/device_orientation/DeviceMotionData.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/modules/device_orientation/DeviceMotionData.cpp
diff --git a/Source/modules/device_orientation/DeviceMotionData.cpp b/Source/modules/device_orientation/DeviceMotionData.cpp
index b2c338fe65c2cd7707c62faf6ec5b661c4d2b109..f0b92137d3333cafd98e2e1533c5cbe31f10077d 100644
--- a/Source/modules/device_orientation/DeviceMotionData.cpp
+++ b/Source/modules/device_orientation/DeviceMotionData.cpp
@@ -75,7 +75,7 @@ PassRefPtr<DeviceMotionData> DeviceMotionData::create(PassRefPtr<Acceleration> a
return adoptRef(new DeviceMotionData(acceleration, accelerationIncludingGravity, rotationRate, canProvideInterval, interval));
}
-PassRefPtr<DeviceMotionData> DeviceMotionData::create(const WebKit::WebDeviceMotionData& data)
+PassRefPtr<DeviceMotionData> DeviceMotionData::create(const blink::WebDeviceMotionData& data)
{
return DeviceMotionData::create(
DeviceMotionData::Acceleration::create(
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionData.h ('k') | Source/modules/device_orientation/DeviceMotionDispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698