Chromium Code Reviews| Index: chrome/test/automation/tab_proxy.cc |
| =================================================================== |
| --- chrome/test/automation/tab_proxy.cc (revision 99456) |
| +++ chrome/test/automation/tab_proxy.cc (working copy) |
| @@ -749,7 +749,7 @@ |
| tab_index, path, &error_msg); |
| } |
| -#if defined(OS_WIN) |
| +#if defined(OS_WIN) && !defined(USE_AURA) |
| void TabProxy::Reposition(HWND window, HWND window_insert_after, int left, |
| int top, int width, int height, int flags, |
| HWND parent_window) { |