From ad43d4b29e54a914eeb88e7bc26db2271c5742f5 Mon Sep 17 00:00:00 2001 From: kwiberg Date: Tue, 5 Sep 2017 08:38:22 -0700 Subject: [PATCH] Fix outdated header guard names One of these lint errors is blocking a CL that moves optional.h to webrtc/api/. And while I made a CL to fix that one, I figured I might as well fix them all. BUG=webrtc:8205 Review-Url: https://codereview.webrtc.org/3008143002 Cr-Commit-Position: refs/heads/master@{#19692} --- webrtc/rtc_tools/network_tester/config_reader.h | 6 +++--- webrtc/rtc_tools/network_tester/packet_logger.h | 6 +++--- webrtc/rtc_tools/network_tester/packet_sender.h | 6 +++--- webrtc/rtc_tools/network_tester/test_controller.h | 6 +++--- webrtc/rtc_tools/simple_command_line_parser.h | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/webrtc/rtc_tools/network_tester/config_reader.h b/webrtc/rtc_tools/network_tester/config_reader.h index 8cc1f8d53f..83fbdebc6a 100644 --- a/webrtc/rtc_tools/network_tester/config_reader.h +++ b/webrtc/rtc_tools/network_tester/config_reader.h @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#ifndef WEBRTC_TOOLS_NETWORK_TESTER_CONFIG_READER_H_ -#define WEBRTC_TOOLS_NETWORK_TESTER_CONFIG_READER_H_ +#ifndef WEBRTC_RTC_TOOLS_NETWORK_TESTER_CONFIG_READER_H_ +#define WEBRTC_RTC_TOOLS_NETWORK_TESTER_CONFIG_READER_H_ #include #include @@ -50,4 +50,4 @@ class ConfigReader { } // namespace webrtc -#endif // WEBRTC_TOOLS_NETWORK_TESTER_CONFIG_READER_H_ +#endif // WEBRTC_RTC_TOOLS_NETWORK_TESTER_CONFIG_READER_H_ diff --git a/webrtc/rtc_tools/network_tester/packet_logger.h b/webrtc/rtc_tools/network_tester/packet_logger.h index 33ee96042b..79923b682e 100644 --- a/webrtc/rtc_tools/network_tester/packet_logger.h +++ b/webrtc/rtc_tools/network_tester/packet_logger.h @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#ifndef WEBRTC_TOOLS_NETWORK_TESTER_PACKET_LOGGER_H_ -#define WEBRTC_TOOLS_NETWORK_TESTER_PACKET_LOGGER_H_ +#ifndef WEBRTC_RTC_TOOLS_NETWORK_TESTER_PACKET_LOGGER_H_ +#define WEBRTC_RTC_TOOLS_NETWORK_TESTER_PACKET_LOGGER_H_ #include #include @@ -43,4 +43,4 @@ class PacketLogger { } // namespace webrtc -#endif // WEBRTC_TOOLS_NETWORK_TESTER_PACKET_LOGGER_H_ +#endif // WEBRTC_RTC_TOOLS_NETWORK_TESTER_PACKET_LOGGER_H_ diff --git a/webrtc/rtc_tools/network_tester/packet_sender.h b/webrtc/rtc_tools/network_tester/packet_sender.h index 67fb0d7ae9..d47543d08f 100644 --- a/webrtc/rtc_tools/network_tester/packet_sender.h +++ b/webrtc/rtc_tools/network_tester/packet_sender.h @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#ifndef WEBRTC_TOOLS_NETWORK_TESTER_PACKET_SENDER_H_ -#define WEBRTC_TOOLS_NETWORK_TESTER_PACKET_SENDER_H_ +#ifndef WEBRTC_RTC_TOOLS_NETWORK_TESTER_PACKET_SENDER_H_ +#define WEBRTC_RTC_TOOLS_NETWORK_TESTER_PACKET_SENDER_H_ #include #include @@ -62,4 +62,4 @@ class PacketSender { } // namespace webrtc -#endif // WEBRTC_TOOLS_NETWORK_TESTER_PACKET_SENDER_H_ +#endif // WEBRTC_RTC_TOOLS_NETWORK_TESTER_PACKET_SENDER_H_ diff --git a/webrtc/rtc_tools/network_tester/test_controller.h b/webrtc/rtc_tools/network_tester/test_controller.h index f38758d9df..14ee0c4e16 100644 --- a/webrtc/rtc_tools/network_tester/test_controller.h +++ b/webrtc/rtc_tools/network_tester/test_controller.h @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#ifndef WEBRTC_TOOLS_NETWORK_TESTER_TEST_CONTROLLER_H_ -#define WEBRTC_TOOLS_NETWORK_TESTER_TEST_CONTROLLER_H_ +#ifndef WEBRTC_RTC_TOOLS_NETWORK_TESTER_TEST_CONTROLLER_H_ +#define WEBRTC_RTC_TOOLS_NETWORK_TESTER_TEST_CONTROLLER_H_ #include #include @@ -78,4 +78,4 @@ class TestController : public sigslot::has_slots<> { } // namespace webrtc -#endif // WEBRTC_TOOLS_NETWORK_TESTER_TEST_CONTROLLER_H_ +#endif // WEBRTC_RTC_TOOLS_NETWORK_TESTER_TEST_CONTROLLER_H_ diff --git a/webrtc/rtc_tools/simple_command_line_parser.h b/webrtc/rtc_tools/simple_command_line_parser.h index b8c9037d3f..1137a74fed 100644 --- a/webrtc/rtc_tools/simple_command_line_parser.h +++ b/webrtc/rtc_tools/simple_command_line_parser.h @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#ifndef WEBRTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_ -#define WEBRTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_ +#ifndef WEBRTC_RTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_ +#define WEBRTC_RTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_ #include #include @@ -97,4 +97,4 @@ class CommandLineParser { } // namespace test } // namespace webrtc -#endif // WEBRTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_ +#endif // WEBRTC_RTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_