Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 3caab7f028638ee00f71a01486c2291b735aad95..1c8dfa02473ccf9dca28db7f8dc09f9e9275d22d 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -86,7 +86,6 @@ |
#include "chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.h" |
#include "chrome/browser/process_singleton.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/profiles/profile_impl.h" |
#include "chrome/browser/profiles/profile_manager.h" |
#include "chrome/browser/profiles/profiles_state.h" |
#include "chrome/browser/shell_integration.h" |
@@ -520,7 +519,7 @@ void InitializeAllPrefHashStores() { |
for (size_t i = 0; i < n_profiles; ++i) { |
base::FilePath profile_path = |
profile_info_cache.GetPathOfProfileAtIndex(i); |
- ProfileImpl::InitializePrefHashStoreIfRequired(profile_path); |
+ chrome_prefs::InitializePrefHashStoreIfRequired(profile_path); |
} |
} |
} // namespace |