| Index: chrome/test/automation/autocomplete_edit_proxy.h
|
| diff --git a/chrome/test/automation/autocomplete_edit_proxy.h b/chrome/test/automation/autocomplete_edit_proxy.h
|
| index 79d89750a09b634fb17c3e1db6ccea4812a54cfe..b0594d8597bb7c96453c6e8169d4995ad2abe2ab 100644
|
| --- a/chrome/test/automation/autocomplete_edit_proxy.h
|
| +++ b/chrome/test/automation/autocomplete_edit_proxy.h
|
| @@ -9,10 +9,10 @@
|
| #include <vector>
|
|
|
| #include "chrome/browser/autocomplete/autocomplete.h"
|
| -#include "chrome/common/ipc_message.h"
|
| -#include "chrome/common/ipc_message_utils.h"
|
| #include "chrome/test/automation/automation_handle_tracker.h"
|
| #include "googleurl/src/gurl.h"
|
| +#include "ipc/ipc_message.h"
|
| +#include "ipc/ipc_message_utils.h"
|
|
|
| // The purpose of this class is to act as a serializable version of
|
| // AutocompleteMatch. The reason for this class is because we don't want to
|
|
|