| Index: cc/test/pixel_test.cc
|
| diff --git a/cc/test/pixel_test.cc b/cc/test/pixel_test.cc
|
| index 3a9b45b50304854ebb156f5bff276fa0c6bfbc0b..28c0dc0dd80a0c77130dd5069f28517e3643ac5c 100644
|
| --- a/cc/test/pixel_test.cc
|
| +++ b/cc/test/pixel_test.cc
|
| @@ -114,7 +114,7 @@ bool PixelTest::PixelsMatchReference(const base::FilePath& ref_file,
|
| if (!result_bitmap_)
|
| return false;
|
|
|
| - CommandLine* cmd = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* cmd = base::CommandLine::ForCurrentProcess();
|
| if (cmd->HasSwitch(switches::kCCRebaselinePixeltests))
|
| return WritePNGFile(*result_bitmap_, test_data_dir.Append(ref_file), true);
|
|
|
|
|