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

Unified Diff: net/tools/quic/quic_epoll_alarm_factory.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
Index: net/tools/quic/quic_epoll_alarm_factory.h
diff --git a/net/tools/quic/quic_epoll_alarm_factory.h b/net/tools/quic/quic_epoll_alarm_factory.h
index 1f94b79417eb0cd07a73bea7ccd798d8032272d2..9c47f56dc7b8a3b591636eaa7e4e970d28909921 100644
--- a/net/tools/quic/quic_epoll_alarm_factory.h
+++ b/net/tools/quic/quic_epoll_alarm_factory.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_EPOLL_ALARM_FACTORY_H_
-#define NET_QUIC_QUIC_EPOLL_ALARM_FACTORY_H_
+#ifndef NET_TOOLS_QUIC_QUIC_EPOLL_ALARM_FACTORY_H_
+#define NET_TOOLS_QUIC_QUIC_EPOLL_ALARM_FACTORY_H_
#include "net/quic/core/quic_alarm.h"
#include "net/quic/core/quic_alarm_factory.h"
@@ -32,4 +32,4 @@ class QuicEpollAlarmFactory : public QuicAlarmFactory {
} // namespace net
-#endif // NET_QUIC_QUIC_EPOLL_ALARM_FACTORY_H_
+#endif // NET_TOOLS_QUIC_QUIC_EPOLL_ALARM_FACTORY_H_
« no previous file with comments | « net/quic/quartc/quartc_task_runner_interface.h ('k') | net/tools/quic/quic_simple_crypto_server_stream_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698