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

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

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/GeolocationInspectorAgent.cpp
diff --git a/Source/modules/geolocation/GeolocationInspectorAgent.cpp b/Source/modules/geolocation/GeolocationInspectorAgent.cpp
index 049d821e010ad720106164fe36c24b45079e4892..928f6ba02df4c911d96a440d6f95c406cf693be8 100644
--- a/Source/modules/geolocation/GeolocationInspectorAgent.cpp
+++ b/Source/modules/geolocation/GeolocationInspectorAgent.cpp
@@ -33,7 +33,7 @@
#include "modules/geolocation/GeolocationController.h"
-namespace WebCore {
+namespace blink {
PassOwnPtr<GeolocationInspectorAgent> GeolocationInspectorAgent::create()
{
@@ -99,4 +99,4 @@ void GeolocationInspectorAgent::RemoveController(GeolocationController* controll
m_controllers.remove(controller);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/geolocation/GeolocationInspectorAgent.h ('k') | Source/modules/geolocation/GeolocationPosition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698