Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4728)

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h

Issue 2019423005: Move //components/ui/zoom to top-level under //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698