summaryrefslogtreecommitdiffstats
path: root/content/common/set_process_title.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-27 23:22:08 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-27 23:22:08 +0000
commitb264eab5d4331e19d04f5822be50c88c61b58267 (patch)
treef419df89f0e49df6cfa3f161062526d8ee648f6e /content/common/set_process_title.cc
parentcaaa849e2e0cc9caf9a2fe938e43515c35bfa679 (diff)
downloadchromium_src-b264eab5d4331e19d04f5822be50c88c61b58267.zip
chromium_src-b264eab5d4331e19d04f5822be50c88c61b58267.tar.gz
chromium_src-b264eab5d4331e19d04f5822be50c88c61b58267.tar.bz2
Move Posix file utils to the base namespace.
BUG= R=rvargas@chromium.org Review URL: https://codereview.chromium.org/89523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/set_process_title.cc')
-rw-r--r--content/common/set_process_title.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/set_process_title.cc b/content/common/set_process_title.cc
index 6fde51b..5113ee0 100644
--- a/content/common/set_process_title.cc
+++ b/content/common/set_process_title.cc
@@ -50,7 +50,7 @@ void SetProcessTitleFromCommandLine(const char** main_argv) {
// display purposes and has no TOCTTOU security implications.
base::FilePath target;
base::FilePath self_exe(base::kProcSelfExe);
- if (file_util::ReadSymbolicLink(self_exe, &target)) {
+ if (base::ReadSymbolicLink(self_exe, &target)) {
have_argv0 = true;
title = target.value();
// If the binary has since been deleted, Linux appends " (deleted)" to the