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:
kwiberg
2017-09-05 08:38:22 -07:00
committed by Commit Bot
parent 23814b7df7
commit ad43d4b29e
5 changed files with 15 additions and 15 deletions

View File

@ -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 <map>
#include <string>
@ -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_