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

Unified Diff: content/public/browser/access_token_store.cc

Issue 8997008: Move AccessTokenStore to Content API, now that it is a pure-virtual class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head (pure merge). Created 9 years 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/public/browser/access_token_store.h ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/access_token_store.cc
diff --git a/content/browser/geolocation/access_token_store.cc b/content/public/browser/access_token_store.cc
similarity index 71%
rename from content/browser/geolocation/access_token_store.cc
rename to content/public/browser/access_token_store.cc
index 5345661be3420cd92b66df7d309e6ba007ca1508..ba563f4e8a4eeacff3467d473d928c3e53e029a1 100644
--- a/content/browser/geolocation/access_token_store.cc
+++ b/content/public/browser/access_token_store.cc
@@ -2,10 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/geolocation/access_token_store.h"
+#include "content/public/browser/access_token_store.h"
+
+namespace content {
AccessTokenStore::AccessTokenStore() {
}
AccessTokenStore::~AccessTokenStore() {
}
+
+} // namespace content
« no previous file with comments | « content/public/browser/access_token_store.h ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698