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

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

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
« no previous file with comments | « Source/modules/geolocation/GeolocationWatchers.h ('k') | Source/modules/serviceworkers/CacheStorage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geolocation/GeolocationWatchers.cpp
diff --git a/Source/modules/geolocation/GeolocationWatchers.cpp b/Source/modules/geolocation/GeolocationWatchers.cpp
index b783c6459518c08c6b41081534a8ac0cff4354a8..f1a791add799c6004f9f616e5176c5143062284c 100644
--- a/Source/modules/geolocation/GeolocationWatchers.cpp
+++ b/Source/modules/geolocation/GeolocationWatchers.cpp
@@ -7,7 +7,7 @@
#include "modules/geolocation/GeoNotifier.h"
-namespace WebCore {
+namespace blink {
void GeolocationWatchers::trace(Visitor* visitor)
{
@@ -73,4 +73,4 @@ void GeolocationWatchers::getNotifiersVector(HeapVector<Member<GeoNotifier> >& c
copyValuesToVector(m_idToNotifierMap, copy);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/geolocation/GeolocationWatchers.h ('k') | Source/modules/serviceworkers/CacheStorage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698