Index: chrome/common/deprecated/event_sys_unittest.cc |
diff --git a/chrome/common/deprecated/event_sys_unittest.cc b/chrome/common/deprecated/event_sys_unittest.cc |
index b48eb49298a1ce05d19c680c537a00c70ddc93a7..622a689274866a53bf5dbeec3565276f843addac 100644 |
--- a/chrome/common/deprecated/event_sys_unittest.cc |
+++ b/chrome/common/deprecated/event_sys_unittest.cc |
@@ -178,8 +178,8 @@ class ThreadTester : public EventListener<TestEvent>, |
ConditionVariable thread_running_cond(&thread_running_mutex); |
ThreadArgs args; |
ThreadInfo info; |
- info.completed = false; |
- args.completed = info.completed; |
+ info.completed = NULL; |
+ args.completed = false; |
args.thread_running_cond = &(thread_running_cond); |
args.thread_running_mutex = &(thread_running_mutex); |
args.thread_running = false; |