| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index cb46540be67024994d76283a444bec82bd950b68..41af348f206982aa7d3e860e84589eee0c93a6e8 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -757,7 +757,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| ::wm::CursorManager cursor_manager_;
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| - ObserverList<ShellObserver> observers_;
|
| + base::ObserverList<ShellObserver> observers_;
|
|
|
| // For testing only: simulate that a modal window is open
|
| bool simulate_modal_window_open_for_testing_;
|
|
|