Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: chrome/browser/extensions/api/notifications/notifications_api.h

Issue 64273006: Move ExtensionFunction to the extensions component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/api/notifications/notifications_api.h
diff --git a/chrome/browser/extensions/api/notifications/notifications_api.h b/chrome/browser/extensions/api/notifications/notifications_api.h
index 1f5eb4c6b74c06968b58a027e60d6d2ac2a86cb9..58e0440468524c1d80c1a7da17fac2ce20f98738 100644
--- a/chrome/browser/extensions/api/notifications/notifications_api.h
+++ b/chrome/browser/extensions/api/notifications/notifications_api.h
@@ -9,8 +9,8 @@
#include "base/memory/ref_counted.h"
#include "chrome/browser/extensions/api/api_function.h"
-#include "chrome/browser/extensions/extension_function.h"
#include "chrome/common/extensions/api/notifications.h"
+#include "extensions/browser/extension_function.h"
#include "ui/message_center/notification_types.h"
class Notification;
@@ -113,8 +113,8 @@ class NotificationsGetAllFunction : public NotificationsApiFunction {
DECLARE_EXTENSION_FUNCTION("notifications.getAll", NOTIFICATIONS_GET_ALL)
};
-class NotificationsGetPermissionLevelFunction :
- public NotificationsApiFunction {
+class NotificationsGetPermissionLevelFunction
+ : public NotificationsApiFunction {
public:
NotificationsGetPermissionLevelFunction();

Powered by Google App Engine
This is Rietveld 408576698