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 0467b313f4a1122c3222cb3e2060e41eea9d9416..ef66f268b9c1a1767c4856fc93c88a1f93786c26 100644 |
--- a/chrome/browser/download/download_crx_util.cc |
+++ b/chrome/browser/download/download_crx_util.cc |
@@ -47,7 +47,7 @@ ExtensionInstallPrompt* CreateExtensionInstallPrompt(Profile* profile) { |
} |
bool OffStoreInstallAllowedByPrefs(Profile* profile, const DownloadItem& item) { |
- ExtensionPrefs* prefs = |
+ extensions::ExtensionPrefs* prefs = |
ExtensionSystem::Get(profile)->extension_service()->extension_prefs(); |
CHECK(prefs); |