| Index: ui/views/bubble/bubble_delegate.cc
|
| diff --git a/ui/views/bubble/bubble_delegate.cc b/ui/views/bubble/bubble_delegate.cc
|
| index b3baea4b2096a8708ef33fc04336a972a1154820..bffe75541aae3dbad86efea2fdf1fa34f84eabce 100644
|
| --- a/ui/views/bubble/bubble_delegate.cc
|
| +++ b/ui/views/bubble/bubble_delegate.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "views/bubble/bubble_delegate.h"
|
| +#include "ui/views/bubble/bubble_delegate.h"
|
|
|
| #include "ui/base/animation/slide_animation.h"
|
| -#include "views/bubble/bubble_frame_view.h"
|
| +#include "ui/views/bubble/bubble_frame_view.h"
|
| #include "views/widget/widget.h"
|
|
|
| // The duration of the fade animation in milliseconds.
|
|
|