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}
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 09cfc344..bdab68ff 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -160,9 +160,9 @@
   # No inclusion of WebKit from the browser, other than strictly enum/POD,
   # header-only types, and some selected common code.
   "-third_party/WebKit",
-  "+third_party/WebKit/public/platform/WebPushPermissionStatus.h",
   "+third_party/WebKit/public/platform/WebReferrerPolicy.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/WebContextMenuData.h",
   "+third_party/WebKit/public/web/WebFindOptions.h",