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

Unified Diff: third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h

Issue 1943963004: Revert of (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, 7 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 | « third_party/WebKit/public/web/modules/notifications/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h
diff --git a/third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h b/third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h
index 88444e385dc1922137217f4a8e365e337b28a9d6..0699fd7d872c6af29ee79f08128704636cd487a5 100644
--- a/third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h
+++ b/third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h
@@ -31,7 +31,7 @@
#ifndef WebNotificationPermissionCallback_h
#define WebNotificationPermissionCallback_h
-#include "components/permissions/permission_status.mojom.h"
+#include "public/platform/modules/permissions/permission_status.mojom.h"
namespace blink {
@@ -42,7 +42,7 @@
// Method to be invoked when the asynchronous permission request for the
// ability to display Web Notifications has been completed.
- virtual void permissionRequestComplete(permissions::mojom::PermissionStatus) = 0;
+ virtual void permissionRequestComplete(mojom::PermissionStatus) = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/web/modules/notifications/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698