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

Unified Diff: net/quic/core/quic_time.h

Issue 2566473002: Fix include guards for QUIC files. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « net/quic/core/quic_tag.h ('k') | net/quic/core/quic_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_time.h
diff --git a/net/quic/core/quic_time.h b/net/quic/core/quic_time.h
index 08b7d21203de187c0c2da02125792ea5180bd7f0..60900f75571f4f97bb3c79beb827856e1a8dd4aa 100644
--- a/net/quic/core/quic_time.h
+++ b/net/quic/core/quic_time.h
@@ -8,8 +8,8 @@
//
// This implementation wraps the classes base::TimeTicks and base::TimeDelta.
-#ifndef NET_QUIC_QUIC_TIME_H_
-#define NET_QUIC_QUIC_TIME_H_
+#ifndef NET_QUIC_CORE_QUIC_TIME_H_
+#define NET_QUIC_CORE_QUIC_TIME_H_
#include <stdint.h>
@@ -271,4 +271,4 @@ inline std::ostream& operator<<(std::ostream& output,
}
} // namespace net
-#endif // NET_QUIC_QUIC_TIME_H_
+#endif // NET_QUIC_CORE_QUIC_TIME_H_
« no previous file with comments | « net/quic/core/quic_tag.h ('k') | net/quic/core/quic_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698