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

Unified Diff: chrome/browser/geolocation/geolocation_prefs.cc

Issue 7734005: Get rid of the link time dependency between content and chrome through the geolocation code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « chrome/browser/geolocation/chrome_access_token_store.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/geolocation/geolocation_prefs.cc
===================================================================
--- chrome/browser/geolocation/geolocation_prefs.cc (revision 98089)
+++ chrome/browser/geolocation/geolocation_prefs.cc (working copy)
@@ -4,11 +4,11 @@
#include "chrome/browser/geolocation/geolocation_prefs.h"
-#include "content/browser/geolocation/access_token_store.h"
+#include "chrome/browser/geolocation/chrome_access_token_store.h"
namespace geolocation {
void RegisterPrefs(PrefService* prefs) {
// Fan out to all geolocation sub-components that use prefs.
- AccessTokenStore::RegisterPrefs(prefs);
+ ChromeAccessTokenStore::RegisterPrefs(prefs);
}
} // namespace geolocation
« no previous file with comments | « chrome/browser/geolocation/chrome_access_token_store.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698