| Index: chrome/browser/ui/views/info_bubble.h
|
| diff --git a/chrome/browser/ui/views/info_bubble.h b/chrome/browser/ui/views/info_bubble.h
|
| index c11fb95168574ed1a9386bfa540c84f29c50c658..b329e802d47f2650f44fdff7845166545e9932dd 100644
|
| --- a/chrome/browser/ui/views/info_bubble.h
|
| +++ b/chrome/browser/ui/views/info_bubble.h
|
| @@ -6,11 +6,11 @@
|
| #define CHROME_BROWSER_UI_VIEWS_INFO_BUBBLE_H_
|
| #pragma once
|
|
|
| +#include "chrome/browser/ui/views/bubble_border.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/base/animation/animation_delegate.h"
|
| #include "views/accelerator.h"
|
| #include "views/view.h"
|
| -#include "chrome/browser/ui/views/bubble_border.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "views/widget/widget_win.h"
|
|
|