| Index: ui/views/bubble/bubble_delegate.cc
|
| diff --git a/ui/views/bubble/bubble_delegate.cc b/ui/views/bubble/bubble_delegate.cc
|
| index bffe75541aae3dbad86efea2fdf1fa34f84eabce..32124b25d7ce5f448e7b790dc7e968e992f07254 100644
|
| --- a/ui/views/bubble/bubble_delegate.cc
|
| +++ b/ui/views/bubble/bubble_delegate.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "ui/base/animation/slide_animation.h"
|
| #include "ui/views/bubble/bubble_frame_view.h"
|
| -#include "views/widget/widget.h"
|
| +#include "ui/views/widget/widget.h"
|
|
|
| // The duration of the fade animation in milliseconds.
|
| static const int kHideFadeDurationMS = 200;
|
|
|