diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 21:20:41 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 21:20:41 +0000 |
commit | 3178f4e296e24781be5fbcc4ba91815e08c78897 (patch) | |
tree | 5e08c0ac8e8bf73f6bd13c221fad934a1534ceca /chrome/test/automation | |
parent | 72c93c7075cc4b68c3e013be1aeeb3d0c9671873 (diff) | |
download | chromium_src-3178f4e296e24781be5fbcc4ba91815e08c78897.zip chromium_src-3178f4e296e24781be5fbcc4ba91815e08c78897.tar.gz chromium_src-3178f4e296e24781be5fbcc4ba91815e08c78897.tar.bz2 |
Reapply 379 since it wasn't the issue with the build breakage.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation')
-rw-r--r-- | chrome/test/automation/automation_messages_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index d9136bf..f6efda3 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -36,9 +36,11 @@ #include <string> #include <vector> +#include "base/gfx/rect.h" #include "chrome/common/ipc_message_macros.h" #include "chrome/common/navigation_types.h" #include "chrome/test/automation/autocomplete_edit_proxy.h" +#include "googleurl/src/gurl.h" // 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 |