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

Unified Diff: chrome/browser/ui/views/location_bar/zoom_view.h

Issue 769593003: Move ZoomObserver, ZoomController and ZoomEventManager to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete defines in build files. Created 6 years 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/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:
« no previous file with comments | « chrome/browser/ui/views/location_bar/zoom_bubble_view.cc ('k') | chrome/browser/ui/views/location_bar/zoom_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698