| Index: chrome/test/automation/automation_proxy.cc
|
| diff --git a/chrome/test/automation/automation_proxy.cc b/chrome/test/automation/automation_proxy.cc
|
| index a1df2d8b43c663eefbc2c93e70d9ea7542044e58..dc94c18270a96a6b5554a4aff9663d454dc108df 100644
|
| --- a/chrome/test/automation/automation_proxy.cc
|
| +++ b/chrome/test/automation/automation_proxy.cc
|
| @@ -13,12 +13,12 @@
|
| #include "base/process_util.h"
|
| #include "base/ref_counted.h"
|
| #include "base/waitable_event.h"
|
| -#include "chrome/common/chrome_descriptors.h"
|
| #include "chrome/test/automation/automation_constants.h"
|
| #include "chrome/test/automation/automation_messages.h"
|
| #include "chrome/test/automation/browser_proxy.h"
|
| #include "chrome/test/automation/tab_proxy.h"
|
| #include "chrome/test/automation/window_proxy.h"
|
| +#include "ipc/ipc_descriptors.h"
|
| #if defined(OS_WIN)
|
| // TODO(port): Enable when dialog_delegate is ported.
|
| #include "views/window/dialog_delegate.h"
|
|
|