Index: public/web/WebGeolocationClientMock.h |
diff --git a/public/web/WebGeolocationClientMock.h b/public/web/WebGeolocationClientMock.h |
index f20e6cc60b8b634e24dab188ff4481098f9fe058..c05e7b6479f998e291248feb0f2a57eae9cffddd 100644 |
--- a/public/web/WebGeolocationClientMock.h |
+++ b/public/web/WebGeolocationClientMock.h |
@@ -35,11 +35,8 @@ |
#include "../platform/WebPrivateOwnPtr.h" |
#include "WebGeolocationClient.h" |
-namespace WebCore { |
-class GeolocationClientMock; |
-} |
- |
namespace blink { |
+class GeolocationClientMock; |
class WebGeolocationPosition; |
class WebString; |
@@ -70,7 +67,7 @@ private: |
WebGeolocationClientMock(); |
BLINK_EXPORT void reset(); |
- WebPrivateOwnPtr<WebCore::GeolocationClientMock> m_clientMock; |
+ WebPrivateOwnPtr<GeolocationClientMock> m_clientMock; |
}; |
} |