Index: chrome/test/automation/tab_proxy.cc |
diff --git a/chrome/test/automation/tab_proxy.cc b/chrome/test/automation/tab_proxy.cc |
index a88307033a7cd48620bb594051e78c331963d19c..2dcb0dd98ef0a8fe1dc578b6a207a9804b5db6f6 100644 |
--- a/chrome/test/automation/tab_proxy.cc |
+++ b/chrome/test/automation/tab_proxy.cc |
@@ -385,7 +385,7 @@ bool TabProxy::CaptureEntirePageAsPNG(const base::FilePath& path) { |
path, &error); |
} |
-#if defined(OS_WIN) && !defined(USE_AURA) |
+#if defined(OS_WIN) |
void TabProxy::Reposition(HWND window, HWND window_insert_after, int left, |
int top, int width, int height, int flags, |
HWND parent_window) { |