| Index: chrome/browser/ui/gtk/custom_button.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/custom_button.h (revision 91968)
|
| +++ chrome/browser/ui/gtk/custom_button.h (working copy)
|
| @@ -57,7 +57,7 @@
|
| void SetBackground(SkColor color, SkBitmap* image, SkBitmap* mask);
|
|
|
| // Provide NotificationObserver implementation.
|
| - virtual void Observe(NotificationType type,
|
| + virtual void Observe(int type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details);
|
|
|
| @@ -185,7 +185,7 @@
|
| void SetBackground(SkColor color, SkBitmap* image, SkBitmap* mask);
|
|
|
| // NotificationObserver implementation.
|
| - virtual void Observe(NotificationType type,
|
| + virtual void Observe(int type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details);
|
|
|
|
|