Index: extensions/shell/browser/shell_extension_system.cc |
diff --git a/extensions/shell/browser/shell_extension_system.cc b/extensions/shell/browser/shell_extension_system.cc |
index 992ab8f29efe2159134bad1840491a3f5918b04b..19ce4fab5548fd332f92a5984a01a2c86cbd9d14 100644 |
--- a/extensions/shell/browser/shell_extension_system.cc |
+++ b/extensions/shell/browser/shell_extension_system.cc |
@@ -175,8 +175,7 @@ void ShellExtensionSystem::RegisterExtensionWithRequestContexts( |
void ShellExtensionSystem::UnregisterExtensionWithRequestContexts( |
const std::string& extension_id, |
- const UnloadedExtensionInfo::Reason reason) { |
-} |
+ const UnloadedExtensionReason reason) {} |
const OneShotEvent& ShellExtensionSystem::ready() const { |
return ready_; |