| Index: chrome/test/chromedriver/session_commands.cc
|
| diff --git a/chrome/test/chromedriver/session_commands.cc b/chrome/test/chromedriver/session_commands.cc
|
| index 5c56d827d81243b021cb5388ad5f18fac3171db4..99f5f028eec82e248844c63c060f46159331f4f3 100644
|
| --- a/chrome/test/chromedriver/session_commands.cc
|
| +++ b/chrome/test/chromedriver/session_commands.cc
|
| @@ -11,9 +11,9 @@
|
| #include "base/files/file_util.h"
|
| #include "base/logging.h" // For CHECK macros.
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/message_loop/message_loop_proxy.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/synchronization/waitable_event.h"
|
| +#include "base/thread_task_runner_handle.h"
|
| #include "base/values.h"
|
| #include "chrome/test/chromedriver/basic_types.h"
|
| #include "chrome/test/chromedriver/capabilities.h"
|
|
|