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

Unified Diff: ui/wm/core/default_activation_client.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 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 | « ui/wm/core/cursor_manager.h ('k') | ui/wm/core/focus_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/default_activation_client.h
diff --git a/ui/wm/core/default_activation_client.h b/ui/wm/core/default_activation_client.h
index 726d88618f4f861b723dbcb298108a5e64ac7387..b5511457a9f89c8df07611204c0f379f032b4166 100644
--- a/ui/wm/core/default_activation_client.h
+++ b/ui/wm/core/default_activation_client.h
@@ -60,7 +60,7 @@ class WM_EXPORT DefaultActivationClient : public aura::client::ActivationClient,
// The window which was active before the currently active one.
aura::Window* last_active_;
- ObserverList<aura::client::ActivationChangeObserver> observers_;
+ base::ObserverList<aura::client::ActivationChangeObserver> observers_;
DISALLOW_COPY_AND_ASSIGN(DefaultActivationClient);
};
« no previous file with comments | « ui/wm/core/cursor_manager.h ('k') | ui/wm/core/focus_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698