| 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 3d3533c4e5e3dc56c4b13dd3b18331c29aecd4c5..2f841bb68264773253543260fa8ea1a3f94c794a 100644
|
| --- a/chrome/common/service_process_util_posix.h
|
| +++ b/chrome/common/service_process_util_posix.h
|
| @@ -68,7 +68,7 @@ struct ServiceProcessState::StateData
|
| #if defined(OS_MACOSX)
|
| bool WatchExecutable();
|
|
|
| - base::mac::ScopedCFTypeRef<CFDictionaryRef> launchd_conf_;
|
| + base::ScopedCFTypeRef<CFDictionaryRef> launchd_conf_;
|
| base::FilePathWatcher executable_watcher_;
|
| #endif // OS_MACOSX
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
|
|