| Index: chrome/browser/ui/gtk/slide_animator_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/slide_animator_gtk.h b/chrome/browser/ui/gtk/slide_animator_gtk.h
|
| index ff0e27696770b361f42408f98aaf0e34c40ab2de..a547ab18934f4cb339ca261634b335cae7f53d34 100644
|
| --- a/chrome/browser/ui/gtk/slide_animator_gtk.h
|
| +++ b/chrome/browser/ui/gtk/slide_animator_gtk.h
|
| @@ -18,8 +18,8 @@
|
| #include <gtk/gtk.h>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "chrome/browser/ui/gtk/owned_widget_gtk.h"
|
| #include "ui/base/animation/animation_delegate.h"
|
| +#include "ui/base/gtk/owned_widget_gtk.h"
|
|
|
| namespace ui {
|
| class SlideAnimation;
|
| @@ -99,7 +99,7 @@ class SlideAnimatorGtk : public ui::AnimationDelegate {
|
| scoped_ptr<ui::SlideAnimation> animation_;
|
|
|
| // The top level widget of the SlideAnimatorGtk. It is a GtkFixed.
|
| - OwnedWidgetGtk widget_;
|
| + ui::OwnedWidgetGtk widget_;
|
|
|
| // The widget passed to us at construction time, and the only direct child of
|
| // |widget_|.
|
|
|