| Index: chrome/browser/extensions/crx_installer.h
|
| diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
|
| index ce6d2df6c5433d5b2dffe31b288e07d6309be051..7facb81659e1ed0bd12037a9e4361866aaca0510 100644
|
| --- a/chrome/browser/extensions/crx_installer.h
|
| +++ b/chrome/browser/extensions/crx_installer.h
|
| @@ -234,7 +234,7 @@ class CrxInstaller
|
|
|
| // Runs on the UI thread. Callback from Blacklist.
|
| void OnBlacklistChecked(
|
| - extensions::Blacklist::BlacklistState blacklist_state);
|
| + extensions::BlacklistState blacklist_state);
|
|
|
| // Runs on the UI thread. Confirms the installation to the ExtensionService.
|
| void ConfirmInstall();
|
| @@ -390,7 +390,7 @@ class CrxInstaller
|
|
|
| bool has_requirement_errors_;
|
|
|
| - extensions::Blacklist::BlacklistState blacklist_state_;
|
| + extensions::BlacklistState blacklist_state_;
|
|
|
| bool install_wait_for_idle_;
|
|
|
|
|