| Index: content/common/page_state_serialization_unittest.cc
|
| diff --git a/content/common/page_state_serialization_unittest.cc b/content/common/page_state_serialization_unittest.cc
|
| index c0c98d3313bde64028552254b71b3b147fc624e9..c23a2fb9352b259d158b1d74b4e6112e4aecda0e 100644
|
| --- a/content/common/page_state_serialization_unittest.cc
|
| +++ b/content/common/page_state_serialization_unittest.cc
|
| @@ -379,7 +379,7 @@ TEST_F(PageStateSerializationTest, DumpExpectedPageStateForBackwardsCompat) {
|
| PathService::Get(base::DIR_TEMP, &path);
|
| path = path.AppendASCII("expected.dat");
|
|
|
| - FILE* fp = file_util::OpenFile(path, "wb");
|
| + FILE* fp = base::OpenFile(path, "wb");
|
| ASSERT_TRUE(fp);
|
|
|
| const size_t kRowSize = 76;
|
|
|