Index: webrtc/tools/simple_command_line_parser.h |
diff --git a/webrtc/tools/simple_command_line_parser.h b/webrtc/tools/simple_command_line_parser.h |
index 6bb33137f50f890483528cad3ad1e092b3e795cd..c7bed5cd3a8d00eeffd4bc6a755931bff198d46c 100644 |
--- a/webrtc/tools/simple_command_line_parser.h |
+++ b/webrtc/tools/simple_command_line_parser.h |
@@ -91,7 +91,7 @@ class CommandLineParser { |
FRIEND_TEST_ALL_PREFIXES(CommandLineParserTest, GetCommandLineFlagName); |
FRIEND_TEST_ALL_PREFIXES(CommandLineParserTest, GetCommandLineFlagValue); |
- DISALLOW_COPY_AND_ASSIGN(CommandLineParser); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(CommandLineParser); |
}; |
} // namespace test |