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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 10626007: Move ExtensionSystem into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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
Index: chrome/browser/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index af845e7971f4fe18e4f23a89f7a234cc232ab9ec..08903b197437572cf75a1b200f7d80c8fb559cef 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -199,7 +199,7 @@ void ProfileIOData::InitializeOnUIThread(Profile* profile) {
params->cookie_monster_delegate =
new ChromeCookieMonsterDelegate(profile_getter);
params->extension_info_map =
- ExtensionSystem::Get(profile)->info_map();
+ extensions::ExtensionSystem::Get(profile)->info_map();
if (predictors::ResourcePrefetchPredictor* predictor =
predictors::ResourcePrefetchPredictorFactory::GetForProfile(

Powered by Google App Engine
This is Rietveld 408576698