| 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 b9e868b89a129043f5be53632d5b0cbd92b40805..1ff000d6f3a22c5abcb80c18093ecf5d9f5db27c 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.
|
|
|