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

Unified Diff: Source/modules/device_light/DeviceLightEvent.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_light/DeviceLightEvent.h
diff --git a/Source/modules/device_light/DeviceLightEvent.h b/Source/modules/device_light/DeviceLightEvent.h
index 5f97af5e4d85197b9a4c9a662513253bb5c58cac..477c99d6e1fa0089d7a55a3de38891c21716107f 100644
--- a/Source/modules/device_light/DeviceLightEvent.h
+++ b/Source/modules/device_light/DeviceLightEvent.h
@@ -8,7 +8,7 @@
#include "modules/EventModules.h"
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
struct DeviceLightEventInit : public EventInit {
DeviceLightEventInit()
@@ -51,6 +51,6 @@ private:
DEFINE_TYPE_CASTS(DeviceLightEvent, Event, event, event->interfaceName() == EventNames::DeviceLightEvent, event.interfaceName() == EventNames::DeviceLightEvent);
-} // namespace WebCore
+} // namespace blink
#endif // DeviceLightEvent_h
« no previous file with comments | « Source/modules/device_light/DeviceLightDispatcher.cpp ('k') | Source/modules/device_light/DeviceLightEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698