Chromium Code Reviews| Index: chrome/common/automation_messages_internal.h |
| =================================================================== |
| --- chrome/common/automation_messages_internal.h (revision 87452) |
| +++ chrome/common/automation_messages_internal.h (working copy) |
| @@ -9,7 +9,6 @@ |
| #include "base/string16.h" |
| #include "chrome/common/content_settings.h" |
| -#include "chrome/test/automation/autocomplete_edit_proxy.h" |
| #include "content/common/navigation_types.h" |
| #include "googleurl/src/gurl.h" |
| #include "ipc/ipc_message_macros.h" |
| @@ -18,6 +17,7 @@ |
| #include "webkit/glue/window_open_disposition.h" |
|
Peter Kasting
2011/06/01 18:39:34
Nit: Too many blank lines
Paweł Hajdan Jr.
2011/06/01 19:20:15
This is needed to avoid breaking the reference bui
Peter Kasting
2011/06/01 20:28:33
Then I suggest putting the blank lines below the c
|
| + |
| // NOTE: All IPC messages have either a routing_id of 0 (for asynchronous |
| // messages), or one that's been assigned by the proxy (for calls |
| // which expect a response). The routing_id shouldn't be used for |