| Index: chrome/browser/ui/gtk/bubble/bubble_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/bubble/bubble_gtk.h b/chrome/browser/ui/gtk/bubble/bubble_gtk.h
|
| index b11b45f780a35a20d2d45ab0def385859cac900b..d5d5958aa419f903bccc84cf047c7d4f588d22a5 100644
|
| --- a/chrome/browser/ui/gtk/bubble/bubble_gtk.h
|
| +++ b/chrome/browser/ui/gtk/bubble/bubble_gtk.h
|
| @@ -97,7 +97,7 @@ class BubbleGtk : public NotificationObserver {
|
| FRAME_STROKE,
|
| };
|
|
|
| - explicit BubbleGtk(GtkThemeService* provider, bool match_system_theme);
|
| + BubbleGtk(GtkThemeService* provider, bool match_system_theme);
|
| virtual ~BubbleGtk();
|
|
|
| // Creates the Bubble.
|
|
|