Index: chrome/common/automation_messages.h |
=================================================================== |
--- chrome/common/automation_messages.h (revision 99764) |
+++ chrome/common/automation_messages.h (working copy) |
@@ -209,7 +209,7 @@ |
std::string profile_name; |
}; |
-#if defined(OS_WIN) |
+#if defined(OS_WIN) && !defined(USE_AURA) |
struct Reposition_Params { |
HWND window; |
@@ -287,7 +287,7 @@ |
static void Log(const param_type& p, std::string* l); |
}; |
-#if defined(OS_WIN) |
+#if defined(OS_WIN) && !defined(USE_AURA) |
// Traits for SetWindowPos_Params structure to pack/unpack. |
template <> |