| 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
|
|
|