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

Unified Diff: Source/modules/geolocation/GeolocationWatchers.h

Issue 426863003: Clean up remaining uses of WebCore namespace (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/geolocation/GeolocationWatchers.h
diff --git a/Source/modules/geolocation/GeolocationWatchers.h b/Source/modules/geolocation/GeolocationWatchers.h
index 20ca5492669fc15020c234d5b060a7a353412023..ab6519574ed5e29faba0eb4d7917ee116a87d63f 100644
--- a/Source/modules/geolocation/GeolocationWatchers.h
+++ b/Source/modules/geolocation/GeolocationWatchers.h
@@ -7,7 +7,7 @@
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class GeoNotifier;
@@ -36,6 +36,6 @@ private:
NotifierToIdMap m_notifierToIdMap;
};
-} // namespace WebCore
+} // namespace blink
#endif // GeolocationWatchers_h
« no previous file with comments | « Source/core/html/canvas/WebGLVertexArrayObjectOES.h ('k') | Source/modules/geolocation/GeolocationWatchers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698