Chromium Code Reviews| Index: chrome/test/automation/tab_proxy.h |
| =================================================================== |
| --- chrome/test/automation/tab_proxy.h (revision 17093) |
| +++ chrome/test/automation/tab_proxy.h (working copy) |
| @@ -24,7 +24,9 @@ |
| class ConstrainedWindowProxy; |
| class GURL; |
| class Value; |
| -class IPC::Message; |
| +namespace IPC { |
| +class Message; |
| +}; |
| enum FindInPageDirection { BACK = 0, FWD = 1 }; |
| enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 }; |