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

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

Issue 2678273011: Move service_worker_type_converters to content/renderer to avoid WebString() usage in browser (Closed)
Patch Set: move _type_converter security OWNERS entry to renderer/ too Created 3 years, 10 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/renderer/service_worker/service_worker_type_converters.h
diff --git a/content/common/service_worker/service_worker_type_converters.h b/content/renderer/service_worker/service_worker_type_converters.h
similarity index 89%
rename from content/common/service_worker/service_worker_type_converters.h
rename to content/renderer/service_worker/service_worker_type_converters.h
index 777d91cc98b76edb3c46f7f0ab8a1c68914a92ac..d992d2f624d1e8c1e4815ce2d1fee825af0c353f 100644
--- a/content/common/service_worker/service_worker_type_converters.h
+++ b/content/renderer/service_worker/service_worker_type_converters.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPE_CONVERTERS_H_
-#define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPE_CONVERTERS_H_
+#ifndef CONTENT_RENDERER_SERVICE_WORKER_SERVICE_WORKER_TYPE_CONVERTERS_H_
+#define CONTENT_RENDERER_SERVICE_WORKER_SERVICE_WORKER_TYPE_CONVERTERS_H_
#include "components/payments/payment_app.mojom.h"
#include "content/common/service_worker/service_worker_status_code.h"
@@ -55,4 +55,4 @@ struct TypeConverter<blink::WebPaymentDetailsModifier,
} // namespace
-#endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPE_CONVERTERS_H_
+#endif // CONTENT_RENDERER_SERVICE_WORKER_SERVICE_WORKER_TYPE_CONVERTERS_H_

Powered by Google App Engine
This is Rietveld 408576698