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

Unified Diff: ui/aura/window.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/test/test_cursor_client.h ('k') | ui/aura/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index 42cab33861755cf6ddc2d0bedf27977e61d48515..0a82a023edd74fc22ffb74d516c736bd9f51df80 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -532,7 +532,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
// See set_hit_test_bounds_override_inner().
gfx::Insets hit_test_bounds_override_inner_;
- ObserverList<WindowObserver, true> observers_;
+ base::ObserverList<WindowObserver, true> observers_;
// Value struct to keep the name and deallocator for this property.
// Key cannot be used for this purpose because it can be char* or
« no previous file with comments | « ui/aura/test/test_cursor_client.h ('k') | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698