| Index: chrome/browser/extensions/api/runtime/runtime_api.h
|
| diff --git a/chrome/browser/extensions/api/runtime/runtime_api.h b/chrome/browser/extensions/api/runtime/runtime_api.h
|
| index c2096d3fc56f5c2e340ebed9060caf18d51b09bc..0b192c164a58940c0b62a7ae61919bdcb077e943 100644
|
| --- a/chrome/browser/extensions/api/runtime/runtime_api.h
|
| +++ b/chrome/browser/extensions/api/runtime/runtime_api.h
|
| @@ -8,12 +8,13 @@
|
|
|
| #include "chrome/browser/extensions/extension_function.h"
|
|
|
| -class Extension;
|
| class ExtensionHost;
|
| class Profile;
|
|
|
| namespace extensions {
|
|
|
| +class Extension;
|
| +
|
| class RuntimeEventRouter {
|
| public:
|
| // Dispatches the onInstalled event to the given extension.
|
|
|