| Index: chrome/browser/extensions/api/app/app_api.h
|
| diff --git a/chrome/browser/extensions/api/app/app_api.h b/chrome/browser/extensions/api/app/app_api.h
|
| index 864deceee2211f4970ea779b98f5844821cb1424..306c158962c3f59e5d178988987a63c6bfddea2d 100644
|
| --- a/chrome/browser/extensions/api/app/app_api.h
|
| +++ b/chrome/browser/extensions/api/app/app_api.h
|
| @@ -8,11 +8,12 @@
|
|
|
| #include "chrome/browser/extensions/extension_function.h"
|
|
|
| -class Extension;
|
| class Profile;
|
|
|
| namespace extensions {
|
|
|
| +class Extension;
|
| +
|
| class AppNotifyFunction : public SyncExtensionFunction {
|
| public:
|
| DECLARE_EXTENSION_FUNCTION_NAME("experimental.app.notify");
|
|
|