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

Unified Diff: content/common/service_worker/service_worker_type_converters.h

Issue 1960843002: [OnionSoup] Move background_sync.mojom from //content to //third_party/WebKit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address dcheng@'s comment 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
Index: content/common/service_worker/service_worker_type_converters.h
diff --git a/content/common/service_worker/service_worker_type_converters.h b/content/common/service_worker/service_worker_type_converters.h
index 4c43fdaf8c0a764feeccc2a197a63a22be52f3fd..78c46e5ad4607f55cdbdc2b92c00f7c60b6e93e3 100644
--- a/content/common/service_worker/service_worker_type_converters.h
+++ b/content/common/service_worker/service_worker_type_converters.h
@@ -6,15 +6,15 @@
#define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPE_CONVERTERS_H_
#include "content/common/service_worker/service_worker_status_code.h"
-#include "content/public/common/service_worker_event_status.mojom.h"
+#include "third_party/WebKit/public/platform/modules/serviceworker/service_worker_event_status.mojom.h"
namespace mojo {
template <>
struct CONTENT_EXPORT TypeConverter<content::ServiceWorkerStatusCode,
- content::mojom::ServiceWorkerEventStatus> {
+ blink::mojom::ServiceWorkerEventStatus> {
static content::ServiceWorkerStatusCode Convert(
- content::mojom::ServiceWorkerEventStatus status);
+ blink::mojom::ServiceWorkerEventStatus status);
};
} // namespace
« no previous file with comments | « content/common/background_sync_service.mojom ('k') | content/common/service_worker/service_worker_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698