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

Unified Diff: Source/modules/device_orientation/DOMWindowDeviceOrientation.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/DOMWindowDeviceOrientation.h
diff --git a/Source/modules/device_orientation/DOMWindowDeviceOrientation.h b/Source/modules/device_orientation/DOMWindowDeviceOrientation.h
index b01fa4beb47ab2c29eaf3ac10dcf57ce796e53c0..091d4abc9eeb412bbef5f26da6b596f951e43a7a 100644
--- a/Source/modules/device_orientation/DOMWindowDeviceOrientation.h
+++ b/Source/modules/device_orientation/DOMWindowDeviceOrientation.h
@@ -7,13 +7,13 @@
#include "modules/EventTargetModules.h"
-namespace WebCore {
+namespace blink {
class DOMWindowDeviceOrientation {
public:
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(deviceorientation);
};
-} // namespace WebCore
+} // namespace blink
#endif // DOMWindowDeviceOrientation_h
« no previous file with comments | « Source/modules/device_orientation/DOMWindowDeviceMotion.h ('k') | Source/modules/device_orientation/DeviceAcceleration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698