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

Unified Diff: content/browser/geolocation/arbitrator_dependency_factories_for_test.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_factories_for_test.cc
diff --git a/content/browser/geolocation/arbitrator_dependency_factories_for_test.cc b/content/browser/geolocation/arbitrator_dependency_factories_for_test.cc
index 210d613959d68364598e942173e0fecf1ebd785c..8b2f7000226d6d376e4a06124013ed4828c26e6f 100644
--- a/content/browser/geolocation/arbitrator_dependency_factories_for_test.cc
+++ b/content/browser/geolocation/arbitrator_dependency_factories_for_test.cc
@@ -4,6 +4,8 @@
#include "content/browser/geolocation/arbitrator_dependency_factories_for_test.h"
+using content::AccessTokenStore;
+
GeolocationArbitratorDependencyFactoryWithLocationProvider::
GeolocationArbitratorDependencyFactoryWithLocationProvider(
LocationProviderFactoryFunction factory_function)

Powered by Google App Engine
This is Rietveld 408576698