| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index 465c02fd73696157159b81ee0ea4c10ed88c77e8..cc8d5102e0d5905ddc311e7b4ff256a23d46bd68 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -477,7 +477,7 @@ class ExtensionPrefs : public ExtensionScopedPrefs,
|
| AppSorting* app_sorting() const { return app_sorting_.get(); }
|
|
|
| // Describes the URLs that are able to install extensions. See
|
| - // prefs::kExtensionAllowedInstallSites for more information.
|
| + // pref_names::kAllowedInstallSites for more information.
|
| URLPatternSet GetAllowedInstallSites();
|
|
|
| // Schedules garbage collection of an extension's on-disk data on the next
|
|
|