| Index: chrome/browser/extensions/active_tab_unittest.cc
|
| diff --git a/chrome/browser/extensions/active_tab_unittest.cc b/chrome/browser/extensions/active_tab_unittest.cc
|
| index 1b9504d56e983551315ba768f7dd099d97af9576..908d366a92c7e4d6202824b1f8f6dc558e03b4ea 100644
|
| --- a/chrome/browser/extensions/active_tab_unittest.cc
|
| +++ b/chrome/browser/extensions/active_tab_unittest.cc
|
| @@ -295,7 +295,7 @@ TEST_F(ActiveTabTest, Uninstalling) {
|
| ExtensionRegistry* registry =
|
| ExtensionRegistry::Get(web_contents()->GetBrowserContext());
|
| registry->TriggerOnUnloaded(extension.get(),
|
| - UnloadedExtensionInfo::REASON_DISABLE);
|
| + UnloadedExtensionReason::DISABLE);
|
|
|
| // Note: can't EXPECT_FALSE(IsAllowed) here because uninstalled extensions
|
| // are just that... considered to be uninstalled, and the manager might
|
|
|