| Index: extensions/browser/mojo/keep_alive_impl_unittest.cc
|
| diff --git a/extensions/browser/mojo/keep_alive_impl_unittest.cc b/extensions/browser/mojo/keep_alive_impl_unittest.cc
|
| index 5373126fb2b96ed6cb3727c9f7e7b5f7e277e1a5..da13052b5d3f06218b38743d7cb8bc78bb6a229e 100644
|
| --- a/extensions/browser/mojo/keep_alive_impl_unittest.cc
|
| +++ b/extensions/browser/mojo/keep_alive_impl_unittest.cc
|
| @@ -131,11 +131,11 @@ TEST_F(KeepAliveTest, UnloadExtension) {
|
|
|
| ExtensionRegistry::Get(browser_context())
|
| ->TriggerOnUnloaded(other_extension.get(),
|
| - UnloadedExtensionInfo::REASON_DISABLE);
|
| + UnloadedExtensionReason::DISABLE);
|
| EXPECT_EQ(1, GetKeepAliveCount());
|
|
|
| ExtensionRegistry::Get(browser_context())
|
| - ->TriggerOnUnloaded(extension(), UnloadedExtensionInfo::REASON_DISABLE);
|
| + ->TriggerOnUnloaded(extension(), UnloadedExtensionReason::DISABLE);
|
| // When its extension is unloaded, the KeepAliveImpl should not modify the
|
| // keep-alive count for its extension. However, ProcessManager resets its
|
| // keep-alive count for an unloaded extension.
|
|
|