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

Unified Diff: device/geolocation/mock_location_provider.h

Issue 2249283003: Hooks together Geolocation Feature in the Client and Engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lai
Patch Set: Put TestingLocationArbitrator out of anonymous namespace. Created 4 years, 3 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 | « device/geolocation/location_provider.h ('k') | device/geolocation/network_location_provider_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/mock_location_provider.h
diff --git a/device/geolocation/mock_location_provider.h b/device/geolocation/mock_location_provider.h
index f130a335d099b05c385b9778b1fdd64e93555bbf..e7995d33aaacaa883ff9e110c654a4da3ed24151 100644
--- a/device/geolocation/mock_location_provider.h
+++ b/device/geolocation/mock_location_provider.h
@@ -20,7 +20,7 @@ class MockLocationProvider : public device::LocationProvider {
void(const LocationProviderUpdateCallback& callback));
MOCK_METHOD1(StartProvider, bool(bool high_accuracy));
MOCK_METHOD0(StopProvider, void());
- MOCK_METHOD0(GetPosition, const device::Geoposition&());
+ MOCK_METHOD0(GetPosition, const Geoposition&());
MOCK_METHOD0(OnPermissionGranted, void());
private:
« no previous file with comments | « device/geolocation/location_provider.h ('k') | device/geolocation/network_location_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698