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

Unified Diff: Source/modules/push_messaging/PushController.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
« no previous file with comments | « no previous file | Source/modules/push_messaging/PushError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/push_messaging/PushController.cpp
diff --git a/Source/modules/push_messaging/PushController.cpp b/Source/modules/push_messaging/PushController.cpp
index 914aa3ff8e28a83e41f85fa5e91639151757a15d..4ec85133b5729373f020c72b0932c2797b36b75a 100644
--- a/Source/modules/push_messaging/PushController.cpp
+++ b/Source/modules/push_messaging/PushController.cpp
@@ -5,7 +5,7 @@
#include "config.h"
#include "modules/push_messaging/PushController.h"
-#include "public/platform/WebPushClient.h"
+#include "public/platform/modules/push_messaging/WebPushClient.h"
#include "wtf/PassOwnPtr.h"
namespace blink {
« no previous file with comments | « no previous file | Source/modules/push_messaging/PushError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698