| Index: chrome/browser/ui/views/tabs/dragged_tab_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/dragged_tab_controller.h b/chrome/browser/ui/views/tabs/dragged_tab_controller.h
|
| index 910436b26301b7579b67d9f2369aad6eb0d989aa..5b06d2c090cbd0ca2f34e7b499f18bf09fa9065c 100644
|
| --- a/chrome/browser/ui/views/tabs/dragged_tab_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/dragged_tab_controller.h
|
| @@ -157,7 +157,7 @@ class DraggedTabController : public TabContentsDelegate,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Overridden from MessageLoop::Observer:
|
| -#if defined(OS_WIN) || defined(TOUCH_UI) || defined(USE_AURA)
|
| +#if defined(OS_WIN) || defined(USE_AURA)
|
| virtual base::EventStatus WillProcessEvent(
|
| const base::NativeEvent& event) OVERRIDE;
|
| virtual void DidProcessEvent(const base::NativeEvent& event) OVERRIDE;
|
|
|