Index: chrome/browser/ui/zoom/zoom_controller.h |
diff --git a/chrome/browser/ui/zoom/zoom_controller.h b/chrome/browser/ui/zoom/zoom_controller.h |
index 2dda110d2df2277577eb48c78d882ba1cb175996..a038b5fff4bf5218044c4805a37062f26e25cc83 100644 |
--- a/chrome/browser/ui/zoom/zoom_controller.h |
+++ b/chrome/browser/ui/zoom/zoom_controller.h |
@@ -44,7 +44,7 @@ class ZoomController : public content::WebContentsObserver, |
friend class content::WebContentsUserData<ZoomController>; |
friend class ZoomControllerTest; |
- void OnZoomLevelChanged(const std::string& host); |
+ void OnZoomLevelChanged(const content::HostZoomMap::ZoomLevelChange& change); |
// Updates the zoom icon and zoom percentage based on current values and |
// notifies the observer if changes have occurred. |host| may be empty, |