| Index: chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| index e4ad3332ee1263c6b7f25b76f06c37d3a1784bdf..b7c29e0833990c8314166d9606b95f45ed0364fd 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| @@ -15,7 +15,7 @@ class LocationBarViewMac;
|
| @class ZoomBubbleController;
|
| class ZoomDecorationTest;
|
|
|
| -namespace ui_zoom {
|
| +namespace zoom {
|
| class ZoomController;
|
| }
|
|
|
| @@ -29,7 +29,7 @@ class ZoomDecoration : public ImageDecoration,
|
|
|
| // Called when this decoration should show or hide itself in its most current
|
| // state. Returns whether any updates were made.
|
| - bool UpdateIfNecessary(ui_zoom::ZoomController* zoom_controller,
|
| + bool UpdateIfNecessary(zoom::ZoomController* zoom_controller,
|
| bool default_zoom_changed,
|
| bool location_bar_is_dark);
|
|
|
| @@ -48,7 +48,7 @@ class ZoomDecoration : public ImageDecoration,
|
|
|
| // Show and update UI associated with the zoom decoration.
|
| // Virtual and protected for testing.
|
| - virtual void ShowAndUpdateUI(ui_zoom::ZoomController* zoom_controller,
|
| + virtual void ShowAndUpdateUI(zoom::ZoomController* zoom_controller,
|
| NSString* tooltip_string,
|
| bool location_bar_is_dark);
|
|
|
|
|