| Index: Source/modules/geolocation/testing/InternalsGeolocation.h
|
| diff --git a/Source/modules/geolocation/testing/InternalsGeolocation.h b/Source/modules/geolocation/testing/InternalsGeolocation.h
|
| index c76656758e24ef55a23e6a0e4754b5f7a33212d6..1c9f64a96b7bfd0f32c51c7f405da856bf043587 100644
|
| --- a/Source/modules/geolocation/testing/InternalsGeolocation.h
|
| +++ b/Source/modules/geolocation/testing/InternalsGeolocation.h
|
| @@ -34,7 +34,7 @@
|
| #include "platform/Timer.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Document;
|
| class GeolocationClientMock;
|
| @@ -52,6 +52,6 @@ private:
|
| static GeolocationClientMock* geolocationClient(Document*);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // InternalsGeolocation_h
|
|
|