summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_crx_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download/download_crx_util.cc')
-rw-r--r--chrome/browser/download/download_crx_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_crx_util.cc b/chrome/browser/download/download_crx_util.cc
index 3542052..cfe5352 100644
--- a/chrome/browser/download/download_crx_util.cc
+++ b/chrome/browser/download/download_crx_util.cc
@@ -58,7 +58,7 @@ bool OffStoreInstallAllowedByPrefs(Profile* profile, const DownloadItem& item) {
profile)->extension_service()->extension_prefs();
CHECK(prefs);
- URLPatternSet url_patterns = prefs->GetAllowedInstallSites();
+ extensions::URLPatternSet url_patterns = prefs->GetAllowedInstallSites();
// TODO(aa): RefererURL is cleared in some cases, for example when going
// between secure and non-secure URLs. It would be better if DownloadItem