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

Unified Diff: content/shell/browser/shell_access_token_store.h

Issue 653573003: Move ShellAccessTokenStore away from //content/shell/geolocation/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync gyp and gn Created 6 years, 2 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/BUILD.gn ('k') | content/shell/browser/shell_access_token_store.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/geolocation/shell_access_token_store.h b/content/shell/browser/shell_access_token_store.h
similarity index 87%
rename from content/shell/geolocation/shell_access_token_store.h
rename to content/shell/browser/shell_access_token_store.h
index df461465254d068a112292295a78576495100855..d218845309ec407790102ef6fe39f8c8d3e4afa6 100644
--- a/content/shell/geolocation/shell_access_token_store.h
+++ b/content/shell/browser/shell_access_token_store.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_SHELL_GEOLOCATION_SHELL_ACCESS_TOKEN_STORE_H_
-#define CONTENT_SHELL_GEOLOCATION_SHELL_ACCESS_TOKEN_STORE_H_
+#ifndef CONTENT_SHELL_BROWSER_SHELL_ACCESS_TOKEN_STORE_H_
+#define CONTENT_SHELL_BROWSER_SHELL_ACCESS_TOKEN_STORE_H_
#include "base/memory/ref_counted.h"
#include "content/public/browser/access_token_store.h"
@@ -39,4 +39,4 @@ class ShellAccessTokenStore : public content::AccessTokenStore {
} // namespace content
-#endif // CONTENT_SHELL_GEOLOCATION_SHELL_ACCESS_TOKEN_STORE_H_
+#endif // CONTENT_SHELL_BROWSER_SHELL_ACCESS_TOKEN_STORE_H_
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/shell_access_token_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698