| Index: ui/aura/window_tree_host.h
|
| diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
|
| index 0d09093bca14112928d511225b89288b22dd973c..f4dc23e272b2c614a9b4f78b8134b1068ebac175 100644
|
| --- a/ui/aura/window_tree_host.h
|
| +++ b/ui/aura/window_tree_host.h
|
| @@ -180,7 +180,7 @@ class AURA_EXPORT WindowTreeHost {
|
| // the dtor).
|
| Window* window_; // Owning.
|
|
|
| - ObserverList<WindowTreeHostObserver> observers_;
|
| + base::ObserverList<WindowTreeHostObserver> observers_;
|
|
|
| scoped_ptr<WindowEventDispatcher> dispatcher_;
|
|
|
|
|