| 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 f6b502ea5249f4b656cb231e47b0809afaa932aa..5c030c48ffd6dc4430738b3da93228fd7af51a2f 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.
|
|
|
|
|