Index: content/common/gpu/media/video_decode_accelerator_unittest.cc |
diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc |
index 9e97df342544551d22147958e96e45272fb55171..16895b327b73f45525c53e8432675ade6f083d3f 100644 |
--- a/content/common/gpu/media/video_decode_accelerator_unittest.cc |
+++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc |
@@ -1423,7 +1423,7 @@ int main(int argc, char **argv) { |
DCHECK(cmd_line); |
base::CommandLine::SwitchMap switches = cmd_line->GetSwitches(); |
- for (CommandLine::SwitchMap::const_iterator it = switches.begin(); |
+ for (base::CommandLine::SwitchMap::const_iterator it = switches.begin(); |
it != switches.end(); ++it) { |
if (it->first == "test_video_data") { |
content::g_test_video_data = it->second.c_str(); |