| 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 d053de411388893c0008e064edc0905c037a03ac..154025892990432d07955ab0232465e70134acd3 100644
|
| --- a/chrome/common/service_process_util_posix.h
|
| +++ b/chrome/common/service_process_util_posix.h
|
| @@ -21,7 +21,6 @@ MultiProcessLock* TakeServiceRunningLock(bool waiting);
|
|
|
| #if defined(OS_MACOSX)
|
| #include "base/mac/scoped_cftyperef.h"
|
| -#include "base/message_loop_proxy.h"
|
| #include "content/common/file_path_watcher/file_path_watcher.h"
|
|
|
| class CommandLine;
|
| @@ -68,7 +67,6 @@ struct ServiceProcessState::StateData
|
|
|
| base::mac::ScopedCFTypeRef<CFDictionaryRef> launchd_conf_;
|
| FilePathWatcher executable_watcher_;
|
| - scoped_refptr<base::MessageLoopProxy> ui_message_loop_;
|
| #endif // OS_MACOSX
|
| #if defined(OS_LINUX)
|
| scoped_ptr<MultiProcessLock> initializing_lock_;
|
|
|