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

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

Issue 2638313002: Manage ServiceWorkerDispatcherHost in ServiceWorkerContextCore (Closed)
Patch Set: Rebase 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/common/service_worker/service_worker_types_struct_traits.h
diff --git a/content/common/service_worker/service_worker_types_traits.h b/content/common/service_worker/service_worker_types_struct_traits.h
similarity index 74%
rename from content/common/service_worker/service_worker_types_traits.h
rename to content/common/service_worker/service_worker_types_struct_traits.h
index 18910a52444c8fe20bb4c84d5bb4764bd24f2da5..fb4670de56ad6e216ea9e005ae94a4fd2b03230a 100644
--- a/content/common/service_worker/service_worker_types_traits.h
+++ b/content/common/service_worker/service_worker_types_struct_traits.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_TYPES_TRAITS_H_
-#define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_TRAITS_H_
+#ifndef CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_STRUCT_TRAITS_H_
+#define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_STRUCT_TRAITS_H_
#include "content/common/service_worker/service_worker_types.mojom.h"
@@ -21,4 +21,4 @@ struct EnumTraits<content::mojom::ServiceWorkerProviderType,
} // namespace mojo
-#endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_TRAITS_H_
+#endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_STRUCT_TRAITS_H_

Powered by Google App Engine
This is Rietveld 408576698