| Index: chrome/test/automation/automation_proxy.cc
|
| diff --git a/chrome/test/automation/automation_proxy.cc b/chrome/test/automation/automation_proxy.cc
|
| index 9788c29bc07a73c841b6cd70b5185c6828acbae9..a87a51516e89b974e3337c0b8f7909a741c43c46 100644
|
| --- a/chrome/test/automation/automation_proxy.cc
|
| +++ b/chrome/test/automation/automation_proxy.cc
|
| @@ -498,7 +498,7 @@ scoped_refptr<TabProxy> AutomationProxy::CreateExternalTab(
|
| return NULL;
|
| }
|
|
|
| -#if defined(OS_WIN)
|
| +#if defined(OS_WIN) && !defined(USE_AURA)
|
| DCHECK(IsWindow(*external_tab_container));
|
| #else // defined(OS_WIN)
|
| DCHECK(*external_tab_container);
|
|
|