| Index: chrome/browser/after_startup_task_utils_unittest.cc
|
| diff --git a/chrome/browser/after_startup_task_utils_unittest.cc b/chrome/browser/after_startup_task_utils_unittest.cc
|
| index bc6971d779a2cb634c194240fc9c19103217a851..adc5dba47a880a4c345062ed143f3753afce2eb8 100644
|
| --- a/chrome/browser/after_startup_task_utils_unittest.cc
|
| +++ b/chrome/browser/after_startup_task_utils_unittest.cc
|
| @@ -9,9 +9,9 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "base/message_loop/message_loop_proxy.h"
|
| #include "base/run_loop.h"
|
| #include "base/task_runner_util.h"
|
| +#include "base/thread_task_runner_handle.h"
|
| #include "base/threading/thread.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
|
|