| Index: chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/bookmarks_helper.cc b/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| index d97f7b24c801d28c84eb09a1f6f656716ab4d823..85e72c16f3bac146497f3c5169de4668b3371656 100644
|
| --- a/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| @@ -737,7 +737,7 @@ gfx::Image Create1xFaviconFromPNGFile(const std::string& path) {
|
|
|
| full_path = full_path.AppendASCII("sync").AppendASCII(path);
|
| std::string contents;
|
| - file_util::ReadFileToString(full_path, &contents);
|
| + base::ReadFileToString(full_path, &contents);
|
| return gfx::Image::CreateFrom1xPNGBytes(
|
| reinterpret_cast<const unsigned char*>(contents.data()), contents.size());
|
| }
|
|
|