| Index: chrome_frame/test/urlmon_moniker_unittest.cc
|
| diff --git a/chrome_frame/test/urlmon_moniker_unittest.cc b/chrome_frame/test/urlmon_moniker_unittest.cc
|
| index 161636f0c9309ed9be7cde95516062efc7c8886f..75c9c319fde48758a068e1348233952caf0f6538 100644
|
| --- a/chrome_frame/test/urlmon_moniker_unittest.cc
|
| +++ b/chrome_frame/test/urlmon_moniker_unittest.cc
|
| @@ -32,7 +32,7 @@ class MonikerPatchTest : public testing::Test {
|
| bool ReadFileAsString(const wchar_t* file_name, std::string* file_contents) {
|
| EXPECT_TRUE(file_name);
|
| base::FilePath file_path = test_file_path_.Append(file_name);
|
| - return file_util::ReadFileToString(file_path, file_contents);
|
| + return base::ReadFileToString(file_path, file_contents);
|
| }
|
|
|
| static bool StringToStream(const std::string& data, IStream** ret) {
|
|
|