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

Unified Diff: services/window_manager/capture_controller.h

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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
« no previous file with comments | « services/view_manager/server_view.cc ('k') | services/window_manager/focus_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « services/view_manager/server_view.cc ('k') | services/window_manager/focus_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698