summaryrefslogtreecommitdiffstats
path: root/base/process_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/process_linux.cc')
-rw-r--r--base/process_linux.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/base/process_linux.cc b/base/process_linux.cc
index 83d9649..b7764fc 100644
--- a/base/process_linux.cc
+++ b/base/process_linux.cc
@@ -42,8 +42,10 @@ struct CGroups {
base::FilePath background_file;
CGroups() {
- foreground_file = base::FilePath(StringPrintf(kControlPath, kForeground));
- background_file = base::FilePath(StringPrintf(kControlPath, kBackground));
+ foreground_file =
+ base::FilePath(base::StringPrintf(kControlPath, kForeground));
+ background_file =
+ base::FilePath(base::StringPrintf(kControlPath, kBackground));
file_util::FileSystemType foreground_type;
file_util::FileSystemType background_type;
enabled =