| Index: trunk/src/content/common/page_state_serialization_unittest.cc
|
| ===================================================================
|
| --- trunk/src/content/common/page_state_serialization_unittest.cc (revision 239400)
|
| +++ trunk/src/content/common/page_state_serialization_unittest.cc (working copy)
|
| @@ -379,7 +379,7 @@
|
| 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;
|
|
|