Chromium Code Reviews| Index: chrome/test/thread_test_helper.h |
| =================================================================== |
| --- chrome/test/thread_test_helper.h (revision 70364) |
| +++ chrome/test/thread_test_helper.h (working copy) |
| @@ -7,7 +7,7 @@ |
| #pragma once |
| #include "base/ref_counted.h" |
| -#include "base/waitable_event.h" |
| +#include "base/synchronization/waitable_event.h" |
| #include "chrome/browser/browser_thread.h" |
| // Helper class that executes code on a given thread while blocking on the |