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

Unified Diff: Source/modules/notifications/Notification.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: Source/modules/notifications/Notification.h
diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h
index f10b83c9e7cfe1b97349f18dac37b25569390221..bbb875f9b755e57155d9fb7df06dd2eaeaf4950e 100644
--- a/Source/modules/notifications/Notification.h
+++ b/Source/modules/notifications/Notification.h
@@ -37,8 +37,8 @@
#include "platform/heap/Handle.h"
#include "platform/text/TextDirection.h"
#include "platform/weborigin/KURL.h"
-#include "public/platform/WebNotificationDelegate.h"
-#include "public/platform/WebNotificationPermission.h"
+#include "public/platform/modules/notifications/WebNotificationDelegate.h"
+#include "public/platform/modules/notifications/WebNotificationPermission.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/RefCounted.h"
« no previous file with comments | « no previous file | Source/modules/notifications/Notification.cpp » ('j') | public/platform/modules/notifications/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698