| 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_
|
|
|