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

Unified Diff: Source/modules/device_orientation/DeviceMotionController.h

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/DeviceMotionController.h
diff --git a/Source/modules/device_orientation/DeviceMotionController.h b/Source/modules/device_orientation/DeviceMotionController.h
index 1ca07a008e75de33933edcb46df3c33fa551aa39..b1406c1a74875d1d27172bfa3551383fda77e498 100644
--- a/Source/modules/device_orientation/DeviceMotionController.h
+++ b/Source/modules/device_orientation/DeviceMotionController.h
@@ -8,7 +8,7 @@
#include "core/dom/DocumentSupplementable.h"
#include "core/frame/DeviceSingleWindowEventController.h"
-namespace WebCore {
+namespace blink {
class DeviceMotionData;
class Event;
@@ -35,6 +35,6 @@ private:
virtual bool isNullEvent(Event*) const OVERRIDE;
};
-} // namespace WebCore
+} // namespace blink
#endif // DeviceMotionController_h
« no previous file with comments | « Source/modules/device_orientation/DeviceAcceleration.cpp ('k') | Source/modules/device_orientation/DeviceMotionController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698