| Index: chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc b/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| index 01c1ad62c97d2e6d9182241edc814b16ffbaf061..d59327d3e157fb54fa293e7c9c31fd7886d815b9 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| @@ -9,6 +9,7 @@
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/views/layout/fill_layout.h"
|
| +#include "ui/views/widget/widget.h"
|
|
|
| namespace {
|
|
|
| @@ -16,7 +17,7 @@ namespace {
|
| // will automatically close.
|
| const int kBubbleCloseDelay = 400;
|
|
|
| -}
|
| +} // namespace
|
|
|
| // static
|
| ZoomBubbleView* ZoomBubbleView::zoom_bubble_ = NULL;
|
|
|