Chromium Code Reviews

Unified Diff: content/test/mock_background_sync_controller.h

Issue 1771743002: Move geolocation and permission mojoms into WebKit/public/platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/test/mock_background_sync_controller.h
diff --git a/content/test/mock_background_sync_controller.h b/content/test/mock_background_sync_controller.h
index 6cd66c418457edaa4cef913039edc52288c22a12..165e85e4d3e472216fe6de1a28bf23940ac03cd3 100644
--- a/content/test/mock_background_sync_controller.h
+++ b/content/test/mock_background_sync_controller.h
@@ -11,7 +11,7 @@
#include "base/macros.h"
#include "content/public/browser/background_sync_controller.h"
#include "content/public/browser/background_sync_parameters.h"
-#include "content/public/common/permission_status.mojom.h"
+#include "third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h"
#include "url/gurl.h"
namespace content {

Powered by Google App Engine