| Index: chrome/browser/ui/views/tabs/tab_strip.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h
|
| index 9ace500829588fb914a2e0d59308b578a117c666..cd61ceb422f27fefd9448502977abd241c850cdd 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip.h
|
| @@ -13,7 +13,7 @@
|
| #include "chrome/browser/ui/tabs/tab_strip_layout_type.h"
|
| #include "chrome/browser/ui/views/tabs/tab.h"
|
| #include "chrome/browser/ui/views/tabs/tab_controller.h"
|
| -#include "ui/base/animation/animation_container.h"
|
| +#include "ui/gfx/animation/animation_container.h"
|
| #include "ui/gfx/point.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/views/animation/bounds_animator.h"
|
| @@ -576,7 +576,7 @@ class TabStrip : public views::View,
|
|
|
| // To ensure all tabs pulse at the same time they share the same animation
|
| // container. This is that animation container.
|
| - scoped_refptr<ui::AnimationContainer> animation_container_;
|
| + scoped_refptr<gfx::AnimationContainer> animation_container_;
|
|
|
| // MouseWatcher is used for two things:
|
| // . When a tab is closed to reset the layout.
|
|
|