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

Unified Diff: net/quic/core/quic_bug_tracker.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_buffered_packet_store.h ('k') | net/quic/core/quic_client_promised_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_bug_tracker.h
diff --git a/net/quic/core/quic_bug_tracker.h b/net/quic/core/quic_bug_tracker.h
index 280a537d0e7a07c353e7f4da43f6240207cb00aa..e392a1b9d09bc99722e337b356b19d5d8914d0e1 100644
--- a/net/quic/core/quic_bug_tracker.h
+++ b/net/quic/core/quic_bug_tracker.h
@@ -1,8 +1,8 @@
// Copyright (c) 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_QUIC_QUIC_BUG_TRACKER_H_
-#define NET_QUIC_QUIC_BUG_TRACKER_H_
+#ifndef NET_QUIC_CORE_QUIC_BUG_TRACKER_H_
+#define NET_QUIC_CORE_QUIC_BUG_TRACKER_H_
// For external QUIC, QUIC_BUG should be #defined to LOG(DFATAL) and
// QUIC_BUG_IF(condition) to LOG_IF(DFATAL, condition) as client-side log rate
@@ -10,4 +10,4 @@
#define QUIC_BUG LOG(DFATAL)
#define QUIC_BUG_IF(condition) LOG_IF(DFATAL, condition)
-#endif // NET_QUIC_QUIC_BUG_TRACKER_H_
+#endif // NET_QUIC_CORE_QUIC_BUG_TRACKER_H_
« no previous file with comments | « net/quic/core/quic_buffered_packet_store.h ('k') | net/quic/core/quic_client_promised_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698