Index: net/quic/core/quic_data_writer.h |
diff --git a/net/quic/core/quic_data_writer.h b/net/quic/core/quic_data_writer.h |
index f796420981f762b680dd0b7e7237d7a3795b2c23..6877c6b959644e5d7e0e172a142bf414c8664b6d 100644 |
--- a/net/quic/core/quic_data_writer.h |
+++ b/net/quic/core/quic_data_writer.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 NET_QUIC_QUIC_DATA_WRITER_H_ |
-#define NET_QUIC_QUIC_DATA_WRITER_H_ |
+#ifndef NET_QUIC_CORE_QUIC_DATA_WRITER_H_ |
+#define NET_QUIC_CORE_QUIC_DATA_WRITER_H_ |
#include <stddef.h> |
#include <stdint.h> |
@@ -73,4 +73,4 @@ class NET_EXPORT_PRIVATE QuicDataWriter { |
} // namespace net |
-#endif // NET_QUIC_QUIC_DATA_WRITER_H_ |
+#endif // NET_QUIC_CORE_QUIC_DATA_WRITER_H_ |