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

Unified Diff: Source/modules/device_light/DeviceLightDispatcher.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/DeviceLightDispatcher.h
diff --git a/Source/modules/device_light/DeviceLightDispatcher.h b/Source/modules/device_light/DeviceLightDispatcher.h
index d886079f09089b250563d68e167de507a89be8ea..eb35607234e1ce5ecb70f7f69b50dd4b1b7ca012 100644
--- a/Source/modules/device_light/DeviceLightDispatcher.h
+++ b/Source/modules/device_light/DeviceLightDispatcher.h
@@ -9,7 +9,7 @@
#include "public/platform/WebDeviceLightListener.h"
#include "wtf/RefPtr.h"
-namespace WebCore {
+namespace blink {
class DeviceLightController;
@@ -34,6 +34,6 @@ private:
double m_lastDeviceLightData;
};
-} // namespace WebCore
+} // namespace blink
#endif // DeviceLightDispatcher_h
« no previous file with comments | « Source/modules/device_light/DeviceLightController.cpp ('k') | Source/modules/device_light/DeviceLightDispatcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698