| Index: chrome/test/automation/automation_proxy.h
|
| diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
|
| index ffbf39d68ed552ab543e6aa4cee2b7758582d388..186d7bfdb067fd96158a6afe6456d91721f31fb2 100644
|
| --- a/chrome/test/automation/automation_proxy.h
|
| +++ b/chrome/test/automation/automation_proxy.h
|
| @@ -14,11 +14,11 @@
|
| #include "base/time.h"
|
| #include "base/thread.h"
|
| #include "base/waitable_event.h"
|
| -#include "chrome/common/ipc_channel_proxy.h"
|
| -#include "chrome/common/ipc_message.h"
|
| -#include "chrome/common/ipc_sync_channel.h"
|
| #include "chrome/test/automation/automation_handle_tracker.h"
|
| #include "chrome/test/automation/automation_messages.h"
|
| +#include "ipc/ipc_channel_proxy.h"
|
| +#include "ipc/ipc_message.h"
|
| +#include "ipc/ipc_sync_channel.h"
|
|
|
| class BrowserProxy;
|
| class TabProxy;
|
|
|