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

Unified Diff: content/browser/geolocation/arbitrator_dependency_factory.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/arbitrator_dependency_factory.cc
diff --git a/content/browser/geolocation/arbitrator_dependency_factory.cc b/content/browser/geolocation/arbitrator_dependency_factory.cc
index 88fccfc033ae02f11bf11aff0b7a93cd2b62e5dc..0be268eb585621e205b74605fdfba76c61e06b9c 100644
--- a/content/browser/geolocation/arbitrator_dependency_factory.cc
+++ b/content/browser/geolocation/arbitrator_dependency_factory.cc
@@ -5,10 +5,12 @@
#include "content/browser/geolocation/arbitrator_dependency_factory.h"
#include "base/time.h"
-#include "content/browser/geolocation/access_token_store.h"
#include "content/browser/geolocation/location_provider.h"
+#include "content/public/browser/access_token_store.h"
#include "content/public/browser/content_browser_client.h"
+using content::AccessTokenStore;
+
// GeolocationArbitratorDependencyFactory
GeolocationArbitratorDependencyFactory::
~GeolocationArbitratorDependencyFactory() {
« no previous file with comments | « content/browser/geolocation/arbitrator_dependency_factory.h ('k') | content/browser/geolocation/fake_access_token_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698