diff options
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/automation/automation_provider.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index e856c39..abba77a 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -30,10 +30,9 @@ #include "chrome/test/automation/automation_constants.h" #include "ipc/ipc_message.h" #include "ipc/ipc_channel.h" -#if defined(TOOLKIT_VIEWS) +#if defined(OS_WIN) #include "views/event.h" -#include "views/view.h" -#endif // defined(TOOLKIT_VIEWS) +#endif // defined(OS_WIN) struct AutomationMsg_Find_Params; |