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

Unified Diff: public/platform/modules/notifications/WebNotificationManager.h

Issue 872313003: Move Notification-related Blink API headers into their own directory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 months 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: public/platform/modules/notifications/WebNotificationManager.h
diff --git a/public/platform/WebNotificationManager.h b/public/platform/modules/notifications/WebNotificationManager.h
similarity index 94%
copy from public/platform/WebNotificationManager.h
copy to public/platform/modules/notifications/WebNotificationManager.h
index 0d94b4c76e9b564d376c9f6959d5675ada0e8ee1..b2531457e42be38785466f84300d905022db189e 100644
--- a/public/platform/WebNotificationManager.h
+++ b/public/platform/modules/notifications/WebNotificationManager.h
@@ -5,8 +5,8 @@
#ifndef WebNotificationManager_h
#define WebNotificationManager_h
-#include "WebCallbacks.h"
-#include "WebNotificationPermission.h"
+#include "public/platform/WebCallbacks.h"
+#include "public/platform/modules/notifications/WebNotificationPermission.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698