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

Unified Diff: Source/modules/push_messaging/PushManager.cpp

Issue 888513003: Move Push-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/push_messaging/PushManager.cpp
diff --git a/Source/modules/push_messaging/PushManager.cpp b/Source/modules/push_messaging/PushManager.cpp
index 8506d8345e51f5e23d8b0bfb2263165b95dfa39f..9a2d2cb8999161db24a65c002821d62cc4646546 100644
--- a/Source/modules/push_messaging/PushManager.cpp
+++ b/Source/modules/push_messaging/PushManager.cpp
@@ -20,8 +20,8 @@
#include "modules/push_messaging/PushSubscriptionCallbacks.h"
#include "modules/serviceworkers/ServiceWorkerRegistration.h"
#include "public/platform/Platform.h"
-#include "public/platform/WebPushClient.h"
-#include "public/platform/WebPushProvider.h"
+#include "public/platform/modules/push_messaging/WebPushClient.h"
+#include "public/platform/modules/push_messaging/WebPushProvider.h"
#include "wtf/RefPtr.h"
namespace blink {
« no previous file with comments | « Source/modules/push_messaging/PushError.h ('k') | Source/modules/push_messaging/PushPermissionStatusCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698