| Index: chrome_frame/test/html_util_unittests.cc
|
| diff --git a/chrome_frame/test/html_util_unittests.cc b/chrome_frame/test/html_util_unittests.cc
|
| index 5431f1e747d1d5ea9e94c99b0b77de4102af7709..4ec4b72007dc6f023caaf8b2adb22874da36ca27 100644
|
| --- a/chrome_frame/test/html_util_unittests.cc
|
| +++ b/chrome_frame/test/html_util_unittests.cc
|
| @@ -67,7 +67,7 @@ class HtmlUtilUnittest : public testing::Test {
|
| }
|
|
|
| std::string raw_data;
|
| - file_util::ReadFileToString(path, &raw_data);
|
| + base::ReadFileToString(path, &raw_data);
|
|
|
| // Convert to wide using the "best effort" assurance described in
|
| // string_util.h
|
|
|