| 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 35420526a8167b3f0d7085450cf65e718d79e5c4..cfe53520386bdb30d757e0da8efbf450e6feab80 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
|
|
|