| Index: components/ui/zoom/zoom_controller.h
|
| diff --git a/components/ui/zoom/zoom_controller.h b/components/ui/zoom/zoom_controller.h
|
| index 0ea9f6b4528cac2994275f0b22db8c45aa3b41d5..f317b406c51d7ce5f5ca340cffe7890f9daf89af 100644
|
| --- a/components/ui/zoom/zoom_controller.h
|
| +++ b/components/ui/zoom/zoom_controller.h
|
| @@ -187,7 +187,7 @@ class ZoomController : public content::WebContentsObserver,
|
| scoped_refptr<const ZoomRequestClient> last_client_;
|
|
|
| // Observer receiving notifications on state changes.
|
| - ObserverList<ZoomObserver> observers_;
|
| + base::ObserverList<ZoomObserver> observers_;
|
|
|
| content::BrowserContext* browser_context_;
|
| // Keep track of the HostZoomMap we're currently subscribed to.
|
|
|