Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: tools/android/common/daemon.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libjingle/overrides/init_webrtc.h ('k') | tools/gn/setup.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/common/daemon.h
diff --git a/tools/android/common/daemon.h b/tools/android/common/daemon.h
index 0c1640107d7343bfca50c22c41f4a61c67f94af6..99faf72b8e0fa40c705c97b01ca5f4062d2bdacf 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,
« no previous file with comments | « third_party/libjingle/overrides/init_webrtc.h ('k') | tools/gn/setup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698