| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| index c1cfa3fa876a0a95999f3376d6e3ffcff9d15b26..651a099d67569a1ff6d7c27a07f9fa6df75edcbc 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| @@ -20,7 +20,7 @@
|
| #include "chrome/browser/ui/omnibox/chrome_omnibox_edit_controller.h"
|
| #include "components/content_settings/core/common/content_settings_types.h"
|
| #include "components/prefs/pref_member.h"
|
| -#include "components/ui/zoom/zoom_event_manager_observer.h"
|
| +#include "components/zoom/zoom_event_manager_observer.h"
|
|
|
| @class AutocompleteTextField;
|
| class CommandUpdater;
|
| @@ -46,7 +46,7 @@ class ZoomDecorationTest;
|
| class LocationBarViewMac : public LocationBar,
|
| public LocationBarTesting,
|
| public ChromeOmniboxEditController,
|
| - public ui_zoom::ZoomEventManagerObserver {
|
| + public zoom::ZoomEventManagerObserver {
|
| public:
|
| LocationBarViewMac(AutocompleteTextField* field,
|
| CommandUpdater* command_updater,
|
|
|