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

Unified Diff: ui/aura/test/test_cursor_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/aura/env.h ('k') | ui/aura/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_cursor_client.h
diff --git a/ui/aura/test/test_cursor_client.h b/ui/aura/test/test_cursor_client.h
index b741455ee80b2d499bf3cf772219231c3f45fc4e..c5412d2055ed75d19d8feb7f19d649ba1f51f21a 100644
--- a/ui/aura/test/test_cursor_client.h
+++ b/ui/aura/test/test_cursor_client.h
@@ -56,7 +56,7 @@ class TestCursorClient : public aura::client::CursorClient {
bool mouse_events_enabled_;
int cursor_lock_count_;
int calls_to_set_cursor_;
- ObserverList<aura::client::CursorClientObserver> observers_;
+ base::ObserverList<aura::client::CursorClientObserver> observers_;
aura::Window* root_window_;
DISALLOW_COPY_AND_ASSIGN(TestCursorClient);
« no previous file with comments | « ui/aura/env.h ('k') | ui/aura/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698