| Index: chrome/common/auto_start_linux.cc
|
| diff --git a/chrome/common/auto_start_linux.cc b/chrome/common/auto_start_linux.cc
|
| index 7d6c660d99f7c387ecb3b550e30da1045b6b7848..905114969349662dd48c383db6245ba50d99ee18 100644
|
| --- a/chrome/common/auto_start_linux.cc
|
| +++ b/chrome/common/auto_start_linux.cc
|
| @@ -70,7 +70,7 @@ bool AutoStart::GetAutostartFileContents(
|
| base::FilePath autostart_directory = GetAutostartDirectory(environment.get());
|
| base::FilePath autostart_file =
|
| autostart_directory.Append(autostart_filename);
|
| - return file_util::ReadFileToString(autostart_file, contents);
|
| + return base::ReadFileToString(autostart_file, contents);
|
| }
|
|
|
| bool AutoStart::GetAutostartFileValue(const std::string& autostart_filename,
|
|
|