| Index: chrome/browser/process_singleton_posix_unittest.cc
|
| diff --git a/chrome/browser/process_singleton_posix_unittest.cc b/chrome/browser/process_singleton_posix_unittest.cc
|
| index f50e760c89e241793954fae1de2c283e54d9013a..b62e861b18186fce41837b8e640717b0e0e6414f 100644
|
| --- a/chrome/browser/process_singleton_posix_unittest.cc
|
| +++ b/chrome/browser/process_singleton_posix_unittest.cc
|
| @@ -252,6 +252,7 @@ class ProcessSingletonPosixTest : public testing::Test {
|
| kill_callbacks_++;
|
| }
|
|
|
| + base::MessageLoop message_loop_;
|
| content::TestBrowserThread io_thread_;
|
| base::ScopedTempDir temp_dir_;
|
| base::WaitableEvent wait_event_;
|
|
|