diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-25 00:10:23 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-25 00:10:23 +0000 |
commit | e176d7422e0d7337a6c5c22435c5c34e7a75dc1c (patch) | |
tree | d9def5b6263081c1410fe9e366a1e2403b32b8fa /chrome | |
parent | e8a277a2dbc1789e52a1fea50e5ce597495196c8 (diff) | |
download | chromium_src-e176d7422e0d7337a6c5c22435c5c34e7a75dc1c.zip chromium_src-e176d7422e0d7337a6c5c22435c5c34e7a75dc1c.tar.gz chromium_src-e176d7422e0d7337a6c5c22435c5c34e7a75dc1c.tar.bz2 |
Fix Linux Toolkit dbg bustage.
BUG=None
TEST=None
TBR=nsylvain
Review URL: http://codereview.chromium.org/159375
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/automation/automation_provider.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index abba77a..e856c39 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -30,9 +30,10 @@ #include "chrome/test/automation/automation_constants.h" #include "ipc/ipc_message.h" #include "ipc/ipc_channel.h" -#if defined(OS_WIN) +#if defined(TOOLKIT_VIEWS) #include "views/event.h" -#endif // defined(OS_WIN) +#include "views/view.h" +#endif // defined(TOOLKIT_VIEWS) struct AutomationMsg_Find_Params; |