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

Unified Diff: chromecast/browser/geolocation/cast_access_token_store.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
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromeos/geolocation/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/geolocation/cast_access_token_store.h
diff --git a/chromecast/browser/geolocation/cast_access_token_store.h b/chromecast/browser/geolocation/cast_access_token_store.h
index 19deacf11822522e7d2ba14c0b379e16f40150ba..8c576e2a274921e61717ccc8fb951398d8eed9d7 100644
--- a/chromecast/browser/geolocation/cast_access_token_store.h
+++ b/chromecast/browser/geolocation/cast_access_token_store.h
@@ -6,7 +6,7 @@
#define CHROMECAST_BROWSER_GEOLOCATION_CAST_ACCESS_TOKEN_STORE_H_
#include "base/macros.h"
-#include "device/geolocation/access_token_store.h"
+#include "content/public/browser/access_token_store.h"
namespace content {
class BrowserContext;
@@ -17,7 +17,7 @@ namespace shell {
// Access token store for chromecast devices used to initialize the network
// location provider.
-class CastAccessTokenStore : public device::AccessTokenStore {
+class CastAccessTokenStore : public content::AccessTokenStore {
public:
explicit CastAccessTokenStore(content::BrowserContext* browser_context);
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromeos/geolocation/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698