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

Unified Diff: chrome/common/service_process_util_posix.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 | « chrome/common/service_process_util.h ('k') | chrome/common/switch_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/service_process_util_posix.h
diff --git a/chrome/common/service_process_util_posix.h b/chrome/common/service_process_util_posix.h
index 2e03e4652d3cd15b0aa9f6f76faabf649022e2c7..c1d02b926eea802e3313ee0b3ca25a455a4a88f8 100644
--- a/chrome/common/service_process_util_posix.h
+++ b/chrome/common/service_process_util_posix.h
@@ -23,8 +23,11 @@ MultiProcessLock* TakeServiceRunningLock(bool waiting);
#include "base/files/file_path_watcher.h"
#include "base/mac/scoped_cftyperef.h"
+namespace base {
class CommandLine;
-CFDictionaryRef CreateServiceProcessLaunchdPlist(CommandLine* cmd_line,
+}
+
+CFDictionaryRef CreateServiceProcessLaunchdPlist(base::CommandLine* cmd_line,
bool for_auto_launch);
#endif // OS_MACOSX
« no previous file with comments | « chrome/common/service_process_util.h ('k') | chrome/common/switch_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698