Commit bffa93ba authored by peter's avatar peter Committed by Commit bot

Mechanical change for updating the paths to Push-related Blink API files.

Update the Chromium uses of the Blink Push API-related headers to match
the new locations of these file.

This is part of a three-sided patch:
  [1] https://codereview.chromium.org/888513003/
  [2] This patch.
  [3] https://codereview.chromium.org/871643005/

BUG=453032

Review URL: https://codereview.chromium.org/894683002

Cr-Commit-Position: refs/heads/master@{#315012}
parent 154c6f63
...@@ -160,9 +160,9 @@ include_rules = [ ...@@ -160,9 +160,9 @@ include_rules = [
# No inclusion of WebKit from the browser, other than strictly enum/POD, # No inclusion of WebKit from the browser, other than strictly enum/POD,
# header-only types, and some selected common code. # header-only types, and some selected common code.
"-third_party/WebKit", "-third_party/WebKit",
"+third_party/WebKit/public/platform/WebPushPermissionStatus.h",
"+third_party/WebKit/public/platform/WebReferrerPolicy.h", "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
"+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
"+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h",
"+third_party/WebKit/public/web/WebCache.h", "+third_party/WebKit/public/web/WebCache.h",
"+third_party/WebKit/public/web/WebContextMenuData.h", "+third_party/WebKit/public/web/WebContextMenuData.h",
"+third_party/WebKit/public/web/WebFindOptions.h", "+third_party/WebKit/public/web/WebFindOptions.h",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "components/gcm_driver/gcm_client.h" #include "components/gcm_driver/gcm_client.h"
#include "content/public/browser/push_messaging_service.h" #include "content/public/browser/push_messaging_service.h"
#include "content/public/common/push_messaging_status.h" #include "content/public/common/push_messaging_status.h"
#include "third_party/WebKit/public/platform/WebPushPermissionStatus.h" #include "third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h"
class Profile; class Profile;
......
...@@ -51,7 +51,6 @@ include_rules = [ ...@@ -51,7 +51,6 @@ include_rules = [
"+third_party/WebKit/public/platform/WebIDBTypes.h", "+third_party/WebKit/public/platform/WebIDBTypes.h",
"+third_party/WebKit/public/platform/WebReferrerPolicy.h", "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
"+third_party/WebKit/public/platform/WebLockOrientationError.h", "+third_party/WebKit/public/platform/WebLockOrientationError.h",
"+third_party/WebKit/public/platform/WebPushPermissionStatus.h",
"+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
"+third_party/WebKit/public/platform/WebScreenOrientationType.h", "+third_party/WebKit/public/platform/WebScreenOrientationType.h",
"+third_party/WebKit/public/platform/WebScreenInfo.h", "+third_party/WebKit/public/platform/WebScreenInfo.h",
...@@ -62,6 +61,7 @@ include_rules = [ ...@@ -62,6 +61,7 @@ include_rules = [
"+third_party/WebKit/public/platform/WebServiceWorkerState.h", "+third_party/WebKit/public/platform/WebServiceWorkerState.h",
"+third_party/WebKit/public/platform/WebString.h", "+third_party/WebKit/public/platform/WebString.h",
"+third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h", "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h",
"+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h",
"+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
"+third_party/WebKit/public/web/WebAXEnums.h", "+third_party/WebKit/public/web/WebAXEnums.h",
"+third_party/WebKit/public/web/WebCompositionUnderline.h", "+third_party/WebKit/public/web/WebCompositionUnderline.h",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "content/public/browser/browser_thread.h" #include "content/public/browser/browser_thread.h"
#include "content/public/browser/push_messaging_service.h" #include "content/public/browser/push_messaging_service.h"
#include "content/public/common/child_process_host.h" #include "content/public/common/child_process_host.h"
#include "third_party/WebKit/public/platform/WebPushPermissionStatus.h" #include "third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h"
namespace content { namespace content {
namespace { namespace {
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#include "content/child/thread_safe_sender.h" #include "content/child/thread_safe_sender.h"
#include "content/child/worker_task_runner.h" #include "content/child/worker_task_runner.h"
#include "content/common/push_messaging_messages.h" #include "content/common/push_messaging_messages.h"
#include "third_party/WebKit/public/platform/WebPushRegistration.h"
#include "third_party/WebKit/public/platform/WebString.h" #include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/public/platform/modules/push_messaging/WebPushRegistration.h"
namespace content { namespace content {
namespace { namespace {
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
#include "content/child/push_messaging/push_dispatcher.h" #include "content/child/push_messaging/push_dispatcher.h"
#include "content/child/worker_task_runner.h" #include "content/child/worker_task_runner.h"
#include "content/public/common/push_messaging_status.h" #include "content/public/common/push_messaging_status.h"
#include "third_party/WebKit/public/platform/WebPushError.h" #include "third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h"
#include "third_party/WebKit/public/platform/WebPushProvider.h" #include "third_party/WebKit/public/platform/modules/push_messaging/WebPushProvider.h"
class GURL; class GURL;
......
...@@ -25,8 +25,6 @@ include_rules = [ ...@@ -25,8 +25,6 @@ include_rules = [
"+third_party/WebKit/public/platform/WebIDBTypes.h", "+third_party/WebKit/public/platform/WebIDBTypes.h",
"+third_party/WebKit/public/platform/WebLockOrientationError.h", "+third_party/WebKit/public/platform/WebLockOrientationError.h",
"+third_party/WebKit/public/platform/WebPageVisibilityState.h", "+third_party/WebKit/public/platform/WebPageVisibilityState.h",
"+third_party/WebKit/public/platform/WebPushError.h",
"+third_party/WebKit/public/platform/WebPushPermissionStatus.h",
"+third_party/WebKit/public/platform/WebReferrerPolicy.h", "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
"+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
"+third_party/WebKit/public/platform/WebScreenOrientationType.h", "+third_party/WebKit/public/platform/WebScreenOrientationType.h",
...@@ -41,6 +39,8 @@ include_rules = [ ...@@ -41,6 +39,8 @@ include_rules = [
"+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
"+third_party/WebKit/public/platform/linux/WebFallbackFont.h", "+third_party/WebKit/public/platform/linux/WebFallbackFont.h",
"+third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h", "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h",
"+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
"+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h",
"+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
"+third_party/WebKit/public/web/WebAXEnums.h", "+third_party/WebKit/public/web/WebAXEnums.h",
"+third_party/WebKit/public/web/WebCompositionUnderline.h", "+third_party/WebKit/public/web/WebCompositionUnderline.h",
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#include "content/public/common/push_messaging_status.h" #include "content/public/common/push_messaging_status.h"
#include "ipc/ipc_message_macros.h" #include "ipc/ipc_message_macros.h"
#include "third_party/WebKit/public/platform/WebPushError.h" #include "third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h"
#include "third_party/WebKit/public/platform/WebPushPermissionStatus.h" #include "third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h"
#include "url/gurl.h" #include "url/gurl.h"
#define IPC_MESSAGE_START PushMessagingMsgStart #define IPC_MESSAGE_START PushMessagingMsgStart
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "base/callback.h" #include "base/callback.h"
#include "content/common/content_export.h" #include "content/common/content_export.h"
#include "content/public/common/push_messaging_status.h" #include "content/public/common/push_messaging_status.h"
#include "third_party/WebKit/public/platform/WebPushPermissionStatus.h" #include "third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h"
#include "url/gurl.h" #include "url/gurl.h"
namespace content { namespace content {
......
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
#include "content/renderer/manifest/manifest_manager.h" #include "content/renderer/manifest/manifest_manager.h"
#include "content/renderer/render_frame_impl.h" #include "content/renderer/render_frame_impl.h"
#include "ipc/ipc_message.h" #include "ipc/ipc_message.h"
#include "third_party/WebKit/public/platform/WebPushError.h"
#include "third_party/WebKit/public/platform/WebPushRegistration.h"
#include "third_party/WebKit/public/platform/WebServiceWorkerRegistration.h" #include "third_party/WebKit/public/platform/WebServiceWorkerRegistration.h"
#include "third_party/WebKit/public/platform/WebString.h" #include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h"
#include "third_party/WebKit/public/platform/modules/push_messaging/WebPushRegistration.h"
#include "url/gurl.h" #include "url/gurl.h"
using blink::WebString; using blink::WebString;
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
#include "base/id_map.h" #include "base/id_map.h"
#include "content/public/common/push_messaging_status.h" #include "content/public/common/push_messaging_status.h"
#include "content/public/renderer/render_frame_observer.h" #include "content/public/renderer/render_frame_observer.h"
#include "third_party/WebKit/public/platform/WebPushClient.h" #include "third_party/WebKit/public/platform/modules/push_messaging/WebPushClient.h"
#include "third_party/WebKit/public/platform/WebPushPermissionStatus.h" #include "third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h"
class GURL; class GURL;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "content/public/browser/push_messaging_service.h" #include "content/public/browser/push_messaging_service.h"
#include "content/public/common/push_messaging_status.h" #include "content/public/common/push_messaging_status.h"
#include "third_party/WebKit/public/platform/WebPushPermissionStatus.h" #include "third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h"
namespace content { namespace content {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment