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

Unified Diff: Source/web/NotificationPermissionClientImpl.cpp

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/web/NotificationPermissionClientImpl.cpp
diff --git a/Source/web/NotificationPermissionClientImpl.cpp b/Source/web/NotificationPermissionClientImpl.cpp
index 5f82eccc6735ead587fd403fc555a856de0ad420..d012ee83b60000fb911f418914eedaaad21a29b5 100644
--- a/Source/web/NotificationPermissionClientImpl.cpp
+++ b/Source/web/NotificationPermissionClientImpl.cpp
@@ -9,7 +9,7 @@
#include "core/dom/ExecutionContext.h"
#include "modules/notifications/Notification.h"
#include "public/web/WebFrameClient.h"
-#include "public/web/WebNotificationPermissionCallback.h"
+#include "public/web/modules/notifications/WebNotificationPermissionCallback.h"
#include "web/WebLocalFrameImpl.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698