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

Unified Diff: public/platform/modules/push_messaging/WebPushProvider.h

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: public/platform/modules/push_messaging/WebPushProvider.h
diff --git a/public/platform/WebPushProvider.h b/public/platform/modules/push_messaging/WebPushProvider.h
similarity index 96%
copy from public/platform/WebPushProvider.h
copy to public/platform/modules/push_messaging/WebPushProvider.h
index a525bee1204c4368ae9973852d4126626ffcc611..c21f1ead2ec3aaaa0ab2448139a1a6e0ab742260 100644
--- a/public/platform/WebPushProvider.h
+++ b/public/platform/modules/push_messaging/WebPushProvider.h
@@ -7,7 +7,7 @@
#include "public/platform/WebCallbacks.h"
#include "public/platform/WebCommon.h"
-#include "public/platform/WebPushPermissionStatus.h"
+#include "public/platform/modules/push_messaging/WebPushPermissionStatus.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698