| Index: services/window_manager/capture_controller.h
|
| diff --git a/services/window_manager/capture_controller.h b/services/window_manager/capture_controller.h
|
| index dc495f534f36833882deb9aee0a954605b03cb30..9fa8b61c7476be3a06201f54682f7894d41598d9 100644
|
| --- a/services/window_manager/capture_controller.h
|
| +++ b/services/window_manager/capture_controller.h
|
| @@ -34,7 +34,7 @@ class CaptureController : public mojo::ViewObserver {
|
| // The current capture view. Null if there is no capture view.
|
| mojo::View* capture_view_;
|
|
|
| - ObserverList<CaptureControllerObserver> capture_controller_observers_;
|
| + base::ObserverList<CaptureControllerObserver> capture_controller_observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CaptureController);
|
| };
|
|
|