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

Unified Diff: content/common/platform_notification_messages.h

Issue 1942353002: (reland) Move permission.mojom from WebKit/public/platform/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « content/common/DEPS ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/platform_notification_messages.h
diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h
index dc79fe4fc24dc13a74dd2ca45eb7e7f1fbe889a1..2485534fa3d7b46469ca6639aa72e64ac2a4e764 100644
--- a/content/common/platform_notification_messages.h
+++ b/content/common/platform_notification_messages.h
@@ -10,11 +10,11 @@
#include <utility>
#include <vector>
+#include "components/permissions/permission_status.mojom.h"
#include "content/public/common/common_param_traits_macros.h"
#include "content/public/common/notification_resources.h"
#include "content/public/common/platform_notification_data.h"
#include "ipc/ipc_message_macros.h"
-#include "third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h"
#include "third_party/skia/include/core/SkBitmap.h"
// Singly-included section for type definitions.
@@ -129,4 +129,4 @@ IPC_MESSAGE_CONTROL2(PlatformNotificationHostMsg_ClosePersistent,
IPC_SYNC_MESSAGE_CONTROL1_1(
PlatformNotificationHostMsg_CheckPermission,
GURL /* origin */,
- blink::mojom::PermissionStatus /* permission_status */)
+ permissions::mojom::PermissionStatus /* permission_status */)
« no previous file with comments | « content/common/DEPS ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698