summaryrefslogtreecommitdiffstats
path: root/tools/android/common/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/android/common/daemon.h')
-rw-r--r--tools/android/common/daemon.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/android/common/daemon.h b/tools/android/common/daemon.h
index 0c16401..99faf72 100644
--- a/tools/android/common/daemon.h
+++ b/tools/android/common/daemon.h
@@ -5,13 +5,15 @@
#ifndef TOOLS_ANDROID_COMMON_DAEMON_H_
#define TOOLS_ANDROID_COMMON_DAEMON_H_
+namespace base {
class CommandLine;
+}
namespace tools {
-bool HasHelpSwitch(const CommandLine& command_line);
+bool HasHelpSwitch(const base::CommandLine& command_line);
-bool HasNoSpawnDaemonSwitch(const CommandLine& command_line);
+bool HasNoSpawnDaemonSwitch(const base::CommandLine& command_line);
void ShowHelp(const char* program,
const char* extra_title,