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

Unified Diff: Source/modules/device_orientation/DeviceOrientationEvent.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/DeviceOrientationEvent.h
diff --git a/Source/modules/device_orientation/DeviceOrientationEvent.h b/Source/modules/device_orientation/DeviceOrientationEvent.h
index ba19a762427334825b5cdec2a5ed90757e44d382..bccc97507ea4027d3ef3e8e9ccd0005a11cd6b25 100644
--- a/Source/modules/device_orientation/DeviceOrientationEvent.h
+++ b/Source/modules/device_orientation/DeviceOrientationEvent.h
@@ -29,7 +29,7 @@
#include "modules/EventModules.h"
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class DeviceOrientationData;
@@ -67,6 +67,6 @@ private:
DEFINE_TYPE_CASTS(DeviceOrientationEvent, Event, event, event->interfaceName() == EventNames::DeviceOrientationEvent, event.interfaceName() == EventNames::DeviceOrientationEvent);
-} // namespace WebCore
+} // namespace blink
#endif // DeviceOrientationEvent_h

Powered by Google App Engine
This is Rietveld 408576698