| Index: extensions/shell/test/shell_apitest.cc
|
| diff --git a/extensions/shell/test/shell_apitest.cc b/extensions/shell/test/shell_apitest.cc
|
| index b8b78295d45c749bece4becd67a88813247ef8b4..4018e9fdd792a7b23d135d242b3910542fcdf3cc 100644
|
| --- a/extensions/shell/test/shell_apitest.cc
|
| +++ b/extensions/shell/test/shell_apitest.cc
|
| @@ -56,7 +56,7 @@ void ShellApiTest::UnloadApp(const Extension* app) {
|
| ExtensionRegistry* registry = ExtensionRegistry::Get(browser_context());
|
| ASSERT_TRUE(registry->RemoveEnabled(app->id()));
|
|
|
| - UnloadedExtensionInfo::Reason reason(UnloadedExtensionInfo::REASON_DISABLE);
|
| + UnloadedExtensionReason reason(UnloadedExtensionReason::DISABLE);
|
| registry->TriggerOnUnloaded(app, reason);
|
|
|
| content::NotificationService::current()->Notify(
|
|
|