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

Unified Diff: net/quic/platform/impl/quic_export_impl.h

Issue 2562113002: Fix header guards in //net. (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_sustained_bandwidth_recorder.h ('k') | net/spdy/hpack/hpack_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/platform/impl/quic_export_impl.h
diff --git a/net/quic/platform/impl/quic_export_impl.h b/net/quic/platform/impl/quic_export_impl.h
index cc25f732594fbaf70ace426a99844af7cd23e977..cbf2ea475ed48ca3c65442446b30bc138dc992f2 100644
--- a/net/quic/platform/impl/quic_export_impl.h
+++ b/net/quic/platform/impl/quic_export_impl.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_H_
-#define NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_H_
+#ifndef NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_IMPL_H_
+#define NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_IMPL_H_
#include "net/base/net_export.h"
#define QUIC_EXPORT NET_EXPORT
#define QUIC_EXPORT_PRIVATE NET_EXPORT_PRIVATE
-#endif // NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_H_
+#endif // NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_IMPL_H_
« no previous file with comments | « net/quic/core/quic_sustained_bandwidth_recorder.h ('k') | net/spdy/hpack/hpack_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698