Index: content/browser/background_sync/background_sync_manager.h |
diff --git a/content/browser/background_sync/background_sync_manager.h b/content/browser/background_sync/background_sync_manager.h |
index 34faf8bb80ef9cca363a4d4bb1f2ded2c3e3a3a0..e80ee0a485cb5620d7f80a7e9afe02ac25c50d22 100644 |
--- a/content/browser/background_sync/background_sync_manager.h |
+++ b/content/browser/background_sync/background_sync_manager.h |
@@ -31,13 +31,18 @@ |
#include "content/common/service_worker/service_worker_status_code.h" |
#include "content/public/browser/background_sync_parameters.h" |
#include "content/public/browser/browser_thread.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 blink { |
+namespace mojom { |
+enum class PermissionStatus; |
+} |
+} |
+ |
namespace content { |
class BackgroundSyncNetworkObserver; |
-enum class PermissionStatus; |
class ServiceWorkerContextWrapper; |
// BackgroundSyncManager manages and stores the set of background sync |
@@ -204,7 +209,7 @@ class CONTENT_EXPORT BackgroundSyncManager |
int64_t sw_registration_id, |
const BackgroundSyncRegistrationOptions& options, |
const StatusAndRegistrationCallback& callback, |
- mojom::PermissionStatus permission_status); |
+ blink::mojom::PermissionStatus permission_status); |
void RegisterDidStore(int64_t sw_registration_id, |
const BackgroundSyncRegistration& new_registration, |
const StatusAndRegistrationCallback& callback, |