Index: chrome/browser/download/download_crx_util.cc |
diff --git a/chrome/browser/download/download_crx_util.cc b/chrome/browser/download/download_crx_util.cc |
index ef66f268b9c1a1767c4856fc93c88a1f93786c26..016bac088ea3d0f8ffaf6baf2daef5f836a21315 100644 |
--- a/chrome/browser/download/download_crx_util.cc |
+++ b/chrome/browser/download/download_crx_util.cc |
@@ -47,8 +47,8 @@ ExtensionInstallPrompt* CreateExtensionInstallPrompt(Profile* profile) { |
} |
bool OffStoreInstallAllowedByPrefs(Profile* profile, const DownloadItem& item) { |
- extensions::ExtensionPrefs* prefs = |
- ExtensionSystem::Get(profile)->extension_service()->extension_prefs(); |
+ extensions::ExtensionPrefs* prefs = extensions::ExtensionSystem::Get( |
+ profile)->extension_service()->extension_prefs(); |
CHECK(prefs); |
URLPatternSet url_patterns = prefs->GetAllowedInstallSites(); |