| Index: ash/content/display/screen_orientation_controller_chromeos.h
|
| diff --git a/ash/content/display/screen_orientation_controller_chromeos.h b/ash/content/display/screen_orientation_controller_chromeos.h
|
| index 0a84b8cd2964065914bb5798fbb08d4b6ad6b78c..93ac053f50b9f43606b5bae5cbd1d286957d4050 100644
|
| --- a/ash/content/display/screen_orientation_controller_chromeos.h
|
| +++ b/ash/content/display/screen_orientation_controller_chromeos.h
|
| @@ -179,7 +179,7 @@ class ASH_EXPORT ScreenOrientationController
|
| gfx::Display::Rotation current_rotation_;
|
|
|
| // Rotation Lock observers.
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| // Tracks all windows that have requested a lock, as well as the requested
|
| // orientation.
|
|
|