| Index: chrome/browser/notifications/balloon_collection_impl.h
|
| diff --git a/chrome/browser/notifications/balloon_collection_impl.h b/chrome/browser/notifications/balloon_collection_impl.h
|
| index 954121993b594a6ae2a4e50fc8874f958680bcc2..032fabb04920ff74f638df1ba0ce6ecd74998d31 100644
|
| --- a/chrome/browser/notifications/balloon_collection_impl.h
|
| +++ b/chrome/browser/notifications/balloon_collection_impl.h
|
| @@ -63,7 +63,7 @@ class BalloonCollectionImpl : public BalloonCollection,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // MessageLoopForUI::Observer interface.
|
| -#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;
|
|
|