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

Unified Diff: blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 years, 5 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
Index: blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h
diff --git a/blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h b/blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h
index d918101501e36bf41c210163b2a931d7535c3841..e61776567574e4558628bbcb592f21f8ec67eb20 100644
--- a/blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h
+++ b/blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h
@@ -26,7 +26,7 @@ class MockBlimpLocationProviderDelegate
MOCK_METHOD0(RequestRefresh, void());
MOCK_METHOD1(
SetUpdateCallback,
- void(const base::Callback<void(const device::Geoposition&)>& callback));
+ void(const base::Callback<void(const content::Geoposition&)>& callback));
private:
base::WeakPtrFactory<MockBlimpLocationProviderDelegate> weak_factory_;
« no previous file with comments | « blimp/engine/feature/geolocation/engine_geolocation_feature_unittest.cc ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698