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

Unified Diff: public/web/WebGeolocationClientMock.h

Issue 122793002: Move GeolocationClientMock.h out of platform/ into web/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 12 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
« no previous file with comments | « Source/web/web.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
}
« no previous file with comments | « Source/web/web.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698