| Index: chrome/browser/user_style_sheet_watcher.cc
|
| diff --git a/chrome/browser/user_style_sheet_watcher.cc b/chrome/browser/user_style_sheet_watcher.cc
|
| index a8774b5f01ac06c167eba1724a96eb5981f43fb1..1922445a50db36a48d338249ec00e2f361ddd4d9 100644
|
| --- a/chrome/browser/user_style_sheet_watcher.cc
|
| +++ b/chrome/browser/user_style_sheet_watcher.cc
|
| @@ -122,7 +122,7 @@ void UserStyleSheetLoader::LoadStyleSheet(
|
| file_util::WriteFile(style_sheet_file, "", 0);
|
|
|
| std::string css;
|
| - bool rv = file_util::ReadFileToString(style_sheet_file, &css);
|
| + bool rv = base::ReadFileToString(style_sheet_file, &css);
|
| GURL style_sheet_url;
|
| if (rv && !css.empty()) {
|
| std::string css_base64;
|
|
|