| Index: chrome/browser/ui/gtk/status_bubble_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/status_bubble_gtk.h b/chrome/browser/ui/gtk/status_bubble_gtk.h
|
| index 5962972c6c1cf0d72dff93e941f64c844dbba060..6de11a575f1670a5cbd4237de73888430425f27f 100644
|
| --- a/chrome/browser/ui/gtk/status_bubble_gtk.h
|
| +++ b/chrome/browser/ui/gtk/status_bubble_gtk.h
|
| @@ -12,13 +12,13 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/timer.h"
|
| -#include "chrome/browser/ui/gtk/owned_widget_gtk.h"
|
| #include "chrome/browser/ui/status_bubble.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "ui/base/animation/animation_delegate.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
| +#include "ui/base/gtk/owned_widget_gtk.h"
|
| #include "ui/gfx/point.h"
|
|
|
| class GtkThemeService;
|
|
|