Index: chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h |
diff --git a/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h |
index a1cb0e23469896f95592cf565eb22a1a0bfc751a..ed8671a6f823f518a1e76278ce0b626cafa0fcc6 100644 |
--- a/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h |
+++ b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h |
@@ -7,7 +7,7 @@ |
#include "base/timer/timer.h" |
#include "chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h" |
-#include "ui/base/animation/animation_delegate.h" |
+#include "ui/gfx/animation/animation_delegate.h" |
#include "ui/gfx/point.h" |
#include "url/gurl.h" |
@@ -17,7 +17,7 @@ namespace gfx { |
class Rect; |
} |
-class FullscreenExitBubble : public ui::AnimationDelegate { |
+class FullscreenExitBubble : public gfx::AnimationDelegate { |
public: |
explicit FullscreenExitBubble(Browser* browser, |
const GURL& url, |