Index: chrome/browser/ui/views/tabs/tab_drag_controller2.cc |
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller2.cc b/chrome/browser/ui/views/tabs/tab_drag_controller2.cc |
index 5255b03a740027543e226e644fdf515172d29769..076176f37fcc12571e1d5aae0286613c2bcd3272 100644 |
--- a/chrome/browser/ui/views/tabs/tab_drag_controller2.cc |
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller2.cc |
@@ -40,7 +40,7 @@ |
#include "ui/views/widget/root_view.h" |
#include "ui/views/widget/widget.h" |
-#if defined(USE_AURA) |
+#if defined(USE_ASH) |
#include "ash/wm/property_util.h" |
#endif |
@@ -1423,7 +1423,7 @@ Browser* TabDragController2::CreateBrowserForDrag( |
void TabDragController2::SetTrackedByWorkspace(gfx::NativeWindow window, |
bool value) { |
-#if defined(USE_AURA) |
+#if defined(USE_ASH) |
ash::SetTrackedByWorkspace(window, value); |
#endif |
} |