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}
This commit is contained in:
@ -8,8 +8,8 @@
|
|||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WEBRTC_TOOLS_NETWORK_TESTER_CONFIG_READER_H_
|
#ifndef WEBRTC_RTC_TOOLS_NETWORK_TESTER_CONFIG_READER_H_
|
||||||
#define WEBRTC_TOOLS_NETWORK_TESTER_CONFIG_READER_H_
|
#define WEBRTC_RTC_TOOLS_NETWORK_TESTER_CONFIG_READER_H_
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
@ -50,4 +50,4 @@ class ConfigReader {
|
|||||||
|
|
||||||
} // namespace webrtc
|
} // namespace webrtc
|
||||||
|
|
||||||
#endif // WEBRTC_TOOLS_NETWORK_TESTER_CONFIG_READER_H_
|
#endif // 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.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WEBRTC_TOOLS_NETWORK_TESTER_PACKET_LOGGER_H_
|
#ifndef WEBRTC_RTC_TOOLS_NETWORK_TESTER_PACKET_LOGGER_H_
|
||||||
#define WEBRTC_TOOLS_NETWORK_TESTER_PACKET_LOGGER_H_
|
#define WEBRTC_RTC_TOOLS_NETWORK_TESTER_PACKET_LOGGER_H_
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
@ -43,4 +43,4 @@ class PacketLogger {
|
|||||||
|
|
||||||
} // namespace webrtc
|
} // namespace webrtc
|
||||||
|
|
||||||
#endif // WEBRTC_TOOLS_NETWORK_TESTER_PACKET_LOGGER_H_
|
#endif // 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.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WEBRTC_TOOLS_NETWORK_TESTER_PACKET_SENDER_H_
|
#ifndef WEBRTC_RTC_TOOLS_NETWORK_TESTER_PACKET_SENDER_H_
|
||||||
#define WEBRTC_TOOLS_NETWORK_TESTER_PACKET_SENDER_H_
|
#define WEBRTC_RTC_TOOLS_NETWORK_TESTER_PACKET_SENDER_H_
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
@ -62,4 +62,4 @@ class PacketSender {
|
|||||||
|
|
||||||
} // namespace webrtc
|
} // namespace webrtc
|
||||||
|
|
||||||
#endif // WEBRTC_TOOLS_NETWORK_TESTER_PACKET_SENDER_H_
|
#endif // 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.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WEBRTC_TOOLS_NETWORK_TESTER_TEST_CONTROLLER_H_
|
#ifndef WEBRTC_RTC_TOOLS_NETWORK_TESTER_TEST_CONTROLLER_H_
|
||||||
#define WEBRTC_TOOLS_NETWORK_TESTER_TEST_CONTROLLER_H_
|
#define WEBRTC_RTC_TOOLS_NETWORK_TESTER_TEST_CONTROLLER_H_
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
@ -78,4 +78,4 @@ class TestController : public sigslot::has_slots<> {
|
|||||||
|
|
||||||
} // namespace webrtc
|
} // namespace webrtc
|
||||||
|
|
||||||
#endif // WEBRTC_TOOLS_NETWORK_TESTER_TEST_CONTROLLER_H_
|
#endif // 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.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WEBRTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_
|
#ifndef WEBRTC_RTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_
|
||||||
#define WEBRTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_
|
#define WEBRTC_RTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
@ -97,4 +97,4 @@ class CommandLineParser {
|
|||||||
} // namespace test
|
} // namespace test
|
||||||
} // namespace webrtc
|
} // namespace webrtc
|
||||||
|
|
||||||
#endif // WEBRTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_
|
#endif // WEBRTC_RTC_TOOLS_SIMPLE_COMMAND_LINE_PARSER_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user