Index: net/traffic_annotation/network_traffic_annotation.h |
diff --git a/net/traffic_annotation/network_traffic_annotation.h b/net/traffic_annotation/network_traffic_annotation.h |
index e56e41eda5691b264ce2f651909cbd45fd503c26..989f4f348300272732063cee88ea1da2ed9c8b6f 100644 |
--- a/net/traffic_annotation/network_traffic_annotation.h |
+++ b/net/traffic_annotation/network_traffic_annotation.h |
@@ -8,7 +8,7 @@ |
namespace net { |
// Defined type for network traffic annotation tags. |
-using NetworkTrafficAnnotationTag = const char*; |
+using NetworkTrafficAnnotationTag = const char* const; |
// Function to convert a network traffic annotation's unique id and protobuf |
// text into a NetworkTrafficAnnotationTag. |
@@ -20,7 +20,7 @@ using NetworkTrafficAnnotationTag = const char*; |
// |unique_id| should be a string that uniquely identifies this annotation |
// across all of Chromium source code. |
// |proto| is a text-encoded NetworkTrafficAnnotation protobuf (see |
-// tools/traffic_annotaiton/traffic_annotation.proto) |
+// tools/traffic_annotation/traffic_annotation.proto) |
// |
// An empty and a sample template for the text-encoded protobuf can be found in |
// //tools/traffic_annotation/sample_traffic_annotation.cc. |