| Index: ui/gfx/android/shared_device_display_info.cc
|
| diff --git a/ui/gfx/android/shared_device_display_info.cc b/ui/gfx/android/shared_device_display_info.cc
|
| index c58813dfceffa89aa635e1a76467f7722003209d..8f1d4fd4414aeab6fd31ed1cf0e4146fdfe37149 100644
|
| --- a/ui/gfx/android/shared_device_display_info.cc
|
| +++ b/ui/gfx/android/shared_device_display_info.cc
|
| @@ -32,7 +32,7 @@ static void UpdateSharedDeviceDisplayInfo(JNIEnv* env,
|
|
|
| // static
|
| SharedDeviceDisplayInfo* SharedDeviceDisplayInfo::GetInstance() {
|
| - return Singleton<SharedDeviceDisplayInfo>::get();
|
| + return base::Singleton<SharedDeviceDisplayInfo>::get();
|
| }
|
|
|
| int SharedDeviceDisplayInfo::GetDisplayHeight() {
|
|
|