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

Unified Diff: Source/modules/geolocation/GeolocationController.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/geolocation/GeolocationController.h
diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h
index 45285697cf4ce54040d962d8f28997821db5dc04..db021582ef4ad7e8b905c5320b749b2d45782f59 100644
--- a/Source/modules/geolocation/GeolocationController.h
+++ b/Source/modules/geolocation/GeolocationController.h
@@ -33,7 +33,7 @@
#include "wtf/HashSet.h"
#include "wtf/Noncopyable.h"
-namespace WebCore {
+namespace blink {
class GeolocationInspectorAgent;
class GeolocationClient;
@@ -94,6 +94,6 @@ private:
GeolocationInspectorAgent* m_inspectorAgent;
};
-} // namespace WebCore
+} // namespace blink
#endif // GeolocationController_h
« no previous file with comments | « Source/modules/geolocation/GeolocationClient.h ('k') | Source/modules/geolocation/GeolocationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698