| Index: chrome/browser/shell_integration_linux.cc
|
| diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
|
| index b19fd2e25fe784fa06fe97810c9a8e1607853803..8fc4cd6a3e54a10b904ec7e10b340b2609d59882 100644
|
| --- a/chrome/browser/shell_integration_linux.cc
|
| +++ b/chrome/browser/shell_integration_linux.cc
|
| @@ -623,7 +623,7 @@ bool GetExistingShortcutContents(base::Environment* env,
|
| VLOG(1) << "Looking for desktop file in " << path.value();
|
| if (base::PathExists(path)) {
|
| VLOG(1) << "Found desktop file at " << path.value();
|
| - return file_util::ReadFileToString(path, output);
|
| + return base::ReadFileToString(path, output);
|
| }
|
| }
|
|
|
|
|