| Index: chrome/browser/automation/extension_port_container.cc
|
| diff --git a/chrome/browser/automation/extension_port_container.cc b/chrome/browser/automation/extension_port_container.cc
|
| index f5a1d756994de85f3e6b220719ead92684542cb1..baf6517503750120aefa9c9a86f148d8be8f7172 100644
|
| --- a/chrome/browser/automation/extension_port_container.cc
|
| +++ b/chrome/browser/automation/extension_port_container.cc
|
| @@ -15,9 +15,9 @@
|
| #include "chrome/browser/profile.h"
|
| #include "chrome/browser/renderer_host/render_process_host.h"
|
| #include "chrome/browser/renderer_host/render_view_host.h"
|
| +#include "chrome/common/automation_messages.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/render_messages.h"
|
| -#include "chrome/test/automation/automation_messages.h"
|
|
|
| // TODO(siggi): Find a more structured way to read and write JSON messages.
|
|
|
|
|