summaryrefslogtreecommitdiff
path: root/net/ntlm
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntlm')
-rw-r--r--net/ntlm/DIR_METADATA15
-rw-r--r--net/ntlm/ntlm_buffer_writer.cc2
2 files changed, 6 insertions, 11 deletions
diff --git a/net/ntlm/DIR_METADATA b/net/ntlm/DIR_METADATA
index 353cbab69..68a682f70 100644
--- a/net/ntlm/DIR_METADATA
+++ b/net/ntlm/DIR_METADATA
@@ -1,11 +1,6 @@
-# Metadata information for this directory.
-#
-# For more information on DIR_METADATA files, see:
-# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
-#
-# For the schema of this file, see Metadata message:
-# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto
-
-monorail {
+monorail: {
component: "Internals>Network>Auth"
-} \ No newline at end of file
+}
+buganizer_public: {
+ component_id: 1456376
+}
diff --git a/net/ntlm/ntlm_buffer_writer.cc b/net/ntlm/ntlm_buffer_writer.cc
index edb31c654..94d255e68 100644
--- a/net/ntlm/ntlm_buffer_writer.cc
+++ b/net/ntlm/ntlm_buffer_writer.cc
@@ -104,7 +104,7 @@ bool NtlmBufferWriter::WriteAvPair(const AvPair& pair) {
}
bool NtlmBufferWriter::WriteUtf8String(const std::string& str) {
- return WriteBytes(base::as_bytes(base::make_span(str)));
+ return WriteBytes(base::as_byte_span(str));
}
bool NtlmBufferWriter::WriteUtf16AsUtf8String(const std::u16string& str) {