| 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..105ccb168d912db83b6602d094af8e21c4f922e1 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::REASON_DISABLE);
|
|
|
| // Note: can't EXPECT_FALSE(IsAllowed) here because uninstalled extensions
|
| // are just that... considered to be uninstalled, and the manager might
|
|
|