| 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 1e4ceb03f1cec800e9f6bc68a62310b1ba0161a8..17804b9accf714f2ee253057477af3fc4196cb14 100644
|
| --- a/chrome/browser/notifications/balloon_collection_impl.h
|
| +++ b/chrome/browser/notifications/balloon_collection_impl.h
|
| @@ -67,7 +67,7 @@ class BalloonCollectionImpl : public BalloonCollection,
|
| virtual base::EventStatus WillProcessEvent(
|
| const base::NativeEvent& event) OVERRIDE;
|
| virtual void DidProcessEvent(const base::NativeEvent& event) OVERRIDE;
|
| -#elif defined(TOOLKIT_USES_GTK)
|
| +#elif defined(TOOLKIT_GTK)
|
| virtual void WillProcessEvent(GdkEvent* event) OVERRIDE;
|
| virtual void DidProcessEvent(GdkEvent* event) OVERRIDE;
|
| #endif
|
|
|