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

Unified Diff: Source/modules/device_orientation/DeviceMotionEvent.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/DeviceMotionEvent.h
diff --git a/Source/modules/device_orientation/DeviceMotionEvent.h b/Source/modules/device_orientation/DeviceMotionEvent.h
index 20ac08b4bb77d20234c7bd3bba36ed9754db03ab..a69fa3658696e5434a37088da813469ad9621f4b 100644
--- a/Source/modules/device_orientation/DeviceMotionEvent.h
+++ b/Source/modules/device_orientation/DeviceMotionEvent.h
@@ -29,7 +29,7 @@
#include "modules/EventModules.h"
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class DeviceAcceleration;
class DeviceMotionData;
@@ -72,6 +72,6 @@ private:
DEFINE_TYPE_CASTS(DeviceMotionEvent, Event, event, event->interfaceName() == EventNames::DeviceMotionEvent, event.interfaceName() == EventNames::DeviceMotionEvent);
-} // namespace WebCore
+} // namespace blink
#endif // DeviceMotionEvent_h
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionDispatcher.cpp ('k') | Source/modules/device_orientation/DeviceMotionEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698