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

Unified Diff: content/shell/browser/shell_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 | « content/shell/browser/DEPS ('k') | content/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_access_token_store.h
diff --git a/content/shell/browser/shell_access_token_store.h b/content/shell/browser/shell_access_token_store.h
index 2a7aedbd038eead8768228a47d1f6c17702d561f..7d8fc8e497b4d35ab2fd7a90db3d4b2622880de7 100644
--- a/content/shell/browser/shell_access_token_store.h
+++ b/content/shell/browser/shell_access_token_store.h
@@ -7,14 +7,14 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "device/geolocation/access_token_store.h"
+#include "content/public/browser/access_token_store.h"
#include "net/url_request/url_request_context_getter.h"
namespace content {
class ShellBrowserContext;
// Dummy access token store used to initialise the network location provider.
-class ShellAccessTokenStore : public device::AccessTokenStore {
+class ShellAccessTokenStore : public content::AccessTokenStore {
public:
explicit ShellAccessTokenStore(
content::ShellBrowserContext* shell_browser_context);
« no previous file with comments | « content/shell/browser/DEPS ('k') | content/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698