| Index: extensions/browser/extension_system.h
|
| diff --git a/extensions/browser/extension_system.h b/extensions/browser/extension_system.h
|
| index 64041ee92a10726b849f225ec77756fc6ccac4fc..49dc3116846ef379d7ad9bcf8ba0a1d5d8a6a501 100644
|
| --- a/extensions/browser/extension_system.h
|
| +++ b/extensions/browser/extension_system.h
|
| @@ -109,7 +109,7 @@ class ExtensionSystem : public KeyedService {
|
| // EXTENSION_UNLOADED notification have finished running.
|
| virtual void UnregisterExtensionWithRequestContexts(
|
| const std::string& extension_id,
|
| - const UnloadedExtensionInfo::Reason reason) {}
|
| + const UnloadedExtensionReason reason) {}
|
|
|
| // Signaled when the extension system has completed its startup tasks.
|
| virtual const OneShotEvent& ready() const = 0;
|
|
|