| Index: content/public/common/mutable_network_traffic_annotation_tag_struct_traits.h
|
| diff --git a/content/common/mutable_network_traffic_annotation_tag_struct_traits.h b/content/public/common/mutable_network_traffic_annotation_tag_struct_traits.h
|
| similarity index 73%
|
| rename from content/common/mutable_network_traffic_annotation_tag_struct_traits.h
|
| rename to content/public/common/mutable_network_traffic_annotation_tag_struct_traits.h
|
| index 55f9207059b66fc0d36b3faa6cae70aa0d19c54c..d17df8b08987afb9976437ce72a6f64d9257197c 100644
|
| --- a/content/common/mutable_network_traffic_annotation_tag_struct_traits.h
|
| +++ b/content/public/common/mutable_network_traffic_annotation_tag_struct_traits.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_MUTABLE_NETWORK_TRAFFIC_ANNOTATION_PARAM_TRAITS_H_
|
| -#define CONTENT_COMMON_MUTABLE_NETWORK_TRAFFIC_ANNOTATION_PARAM_TRAITS_H_
|
| +#ifndef CONTENT_PUBLIC_COMMON_MUTABLE_NETWORK_TRAFFIC_ANNOTATION_PARAM_TRAITS_H_
|
| +#define CONTENT_PUBLIC_COMMON_MUTABLE_NETWORK_TRAFFIC_ANNOTATION_PARAM_TRAITS_H_
|
|
|
| -#include "content/common/mutable_network_traffic_annotation_tag.mojom.h"
|
| +#include "content/public/common/mutable_network_traffic_annotation_tag.mojom.h"
|
| #include "mojo/common/common_custom_types_struct_traits.h"
|
| #include "net/traffic_annotation/network_traffic_annotation.h"
|
|
|
| @@ -28,4 +28,4 @@ struct StructTraits<content::mojom::MutableNetworkTrafficAnnotationTagDataView,
|
|
|
| } // namespace mojo
|
|
|
| -#endif // CONTENT_COMMON_MUTABLE_NETWORK_TRAFFIC_ANNOTATION_PARAM_TRAITS_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_MUTABLE_NETWORK_TRAFFIC_ANNOTATION_PARAM_TRAITS_H_
|
|
|