summaryrefslogtreecommitdiffstats
path: root/base/process_util_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/process_util_linux.cc')
-rw-r--r--base/process_util_linux.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/process_util_linux.cc b/base/process_util_linux.cc
index 2dba808..1c31f9f 100644
--- a/base/process_util_linux.cc
+++ b/base/process_util_linux.cc
@@ -25,7 +25,7 @@ enum ParsingState {
} // namespace
-namespace process_util {
+namespace base {
bool LaunchApp(const std::vector<std::string>& argv,
bool wait, ProcessHandle* process_handle) {
@@ -327,4 +327,4 @@ int ProcessMetrics::GetCPUUsage() {
return -1;
}
-} // namespace process_util
+} // namespace base