| Index: chrome/browser/history/url_index_private_data.cc
|
| diff --git a/chrome/browser/history/url_index_private_data.cc b/chrome/browser/history/url_index_private_data.cc
|
| index 0d94e143d6686ef16d123507dd47230e40a09d89..1438524a5ddb1673a7db18427e411416c256941d 100644
|
| --- a/chrome/browser/history/url_index_private_data.cc
|
| +++ b/chrome/browser/history/url_index_private_data.cc
|
| @@ -401,7 +401,7 @@ scoped_refptr<URLIndexPrivateData> URLIndexPrivateData::RestoreFromFile(
|
| std::string data;
|
| // If there is no cache file then simply give up. This will cause us to
|
| // attempt to rebuild from the history database.
|
| - if (!file_util::ReadFileToString(file_path, &data))
|
| + if (!base::ReadFileToString(file_path, &data))
|
| return NULL;
|
|
|
| scoped_refptr<URLIndexPrivateData> restored_data(new URLIndexPrivateData);
|
|
|