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

Unified Diff: content/public/common/mutable_network_traffic_annotation_tag_struct_traits.h

Issue 2964503003: Move NetworkService mojom files to content/public/common. (Closed)
Patch Set: Merge Created 3 years, 5 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/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_

Powered by Google App Engine
This is Rietveld 408576698