| Index: cc/test/layer_tree_pixel_test.cc
|
| diff --git a/cc/test/layer_tree_pixel_test.cc b/cc/test/layer_tree_pixel_test.cc
|
| index ef0ba225ac6ed1be11b82de44eb6295db2150bab..23bfcf22dcb1e8186e3933c2e19030485c9516a0 100644
|
| --- a/cc/test/layer_tree_pixel_test.cc
|
| +++ b/cc/test/layer_tree_pixel_test.cc
|
| @@ -107,7 +107,7 @@ void LayerTreePixelTest::AfterTest() {
|
| EXPECT_TRUE(PathService::Get(CCPaths::DIR_TEST_DATA, &test_data_dir));
|
| base::FilePath ref_file_path = test_data_dir.Append(ref_file_);
|
|
|
| - CommandLine* cmd = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* cmd = base::CommandLine::ForCurrentProcess();
|
| if (cmd->HasSwitch(switches::kCCRebaselinePixeltests))
|
| EXPECT_TRUE(WritePNGFile(*result_bitmap_, ref_file_path, true));
|
| EXPECT_TRUE(MatchesPNGFile(*result_bitmap_,
|
|
|