| 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
|
|
|