| 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
|
|
|
|
|