Index: extensions/browser/mojo/keep_alive_impl.h |
diff --git a/extensions/browser/mojo/keep_alive_impl.h b/extensions/browser/mojo/keep_alive_impl.h |
index 49ec6e894b04d70ef426ccde2d0a726872e2485c..4d5deb7f0fff6fe5a99efbe4a1e739ce115ef138 100644 |
--- a/extensions/browser/mojo/keep_alive_impl.h |
+++ b/extensions/browser/mojo/keep_alive_impl.h |
@@ -38,7 +38,7 @@ class KeepAliveImpl : public KeepAlive, public ExtensionRegistryObserver { |
// ExtensionRegistryObserver overrides. |
void OnExtensionUnloaded(content::BrowserContext* browser_context, |
const Extension* extension, |
- UnloadedExtensionInfo::Reason reason) override; |
+ UnloadedExtensionReason reason) override; |
void OnShutdown(ExtensionRegistry* registry) override; |
// Invoked when the mojo connection is disconnected. |