| Index: chrome/browser/ui/views/location_bar/zoom_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/zoom_view.h b/chrome/browser/ui/views/location_bar/zoom_view.h
|
| index 7242ac1f4d8fe7c76899be182a7b60ff85a31e05..3ec315e87d4e250eae847c11ede2e758e58f87b7 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_view.h
|
| @@ -9,7 +9,9 @@
|
| #include "chrome/browser/ui/views/location_bar/bubble_icon_view.h"
|
| #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
|
|
|
| +namespace ui_zoom {
|
| class ZoomController;
|
| +}
|
|
|
| // View for the zoom icon in the Omnibox.
|
| class ZoomView : public BubbleIconView {
|
| @@ -23,7 +25,7 @@ class ZoomView : public BubbleIconView {
|
|
|
| // Updates the image and its tooltip appropriately, hiding or showing the icon
|
| // as needed.
|
| - void Update(ZoomController* zoom_controller);
|
| + void Update(ui_zoom::ZoomController* zoom_controller);
|
|
|
| protected:
|
| // BubbleIconView:
|
|
|