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

Unified Diff: Source/web/WebGeolocationClientMock.cpp

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/GeolocationClientMock.cpp ('k') | Source/web/web.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebGeolocationClientMock.cpp
diff --git a/Source/web/WebGeolocationClientMock.cpp b/Source/web/WebGeolocationClientMock.cpp
index 96ac5316d45ba283f04fd697f0008026f64cf8a4..1a46d17840a2b0fb7462cf13273ec3121eedd28d 100644
--- a/Source/web/WebGeolocationClientMock.cpp
+++ b/Source/web/WebGeolocationClientMock.cpp
@@ -31,11 +31,11 @@
#include "config.h"
#include "WebGeolocationClientMock.h"
+#include "GeolocationClientMock.h"
#include "WebGeolocationController.h"
#include "WebGeolocationError.h"
#include "WebGeolocationPermissionRequest.h"
#include "WebGeolocationPosition.h"
-#include "core/platform/mock/GeolocationClientMock.h"
#include "modules/geolocation/Geolocation.h"
#include "modules/geolocation/GeolocationError.h"
#include "modules/geolocation/GeolocationPosition.h"
« no previous file with comments | « Source/web/GeolocationClientMock.cpp ('k') | Source/web/web.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698