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

Unified Diff: content/browser/geolocation/fake_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
Index: content/browser/geolocation/fake_access_token_store.cc
diff --git a/content/browser/geolocation/fake_access_token_store.cc b/content/browser/geolocation/fake_access_token_store.cc
index 257c8e542dbf38b080e414faf357fe8a56920c88..6e7a523496941eee2e34845590538bacab6cb347 100644
--- a/content/browser/geolocation/fake_access_token_store.cc
+++ b/content/browser/geolocation/fake_access_token_store.cc
@@ -13,6 +13,8 @@ using base::MessageLoopProxy;
using testing::_;
using testing::Invoke;
+namespace content {
+
FakeAccessTokenStore::FakeAccessTokenStore()
: originating_message_loop_(NULL) {
ON_CALL(*this, LoadAccessTokens(_))
@@ -49,3 +51,5 @@ void FakeAccessTokenStore::DefaultSaveAccessToken(
}
FakeAccessTokenStore::~FakeAccessTokenStore() {}
+
+} // namespace content
« no previous file with comments | « content/browser/geolocation/fake_access_token_store.h ('k') | content/browser/geolocation/geolocation_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698