| 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 4a006fb135605cb25e76c368af58aff87ff8b9e7..e6ec0c9c4b090d741079be4fdaf073c2b2235485 100644
|
| --- a/chrome/browser/notifications/balloon_collection_impl.h
|
| +++ b/chrome/browser/notifications/balloon_collection_impl.h
|
| @@ -65,8 +65,7 @@ class BalloonCollectionImpl : public BalloonCollection,
|
|
|
| // MessageLoopForUI::Observer interface.
|
| #if defined(OS_WIN) || defined(USE_AURA)
|
| - virtual base::EventStatus WillProcessEvent(
|
| - const base::NativeEvent& event) OVERRIDE;
|
| + virtual void WillProcessEvent(const base::NativeEvent& event) OVERRIDE;
|
| virtual void DidProcessEvent(const base::NativeEvent& event) OVERRIDE;
|
| #elif defined(TOOLKIT_GTK)
|
| virtual void WillProcessEvent(GdkEvent* event) OVERRIDE;
|
|
|