| 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 0f7d3abe4bbcf90d8cdca5f8252cb79129851a72..5fb9aa1b60d949547f73121a2005d6dca355bafb 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() {
|
|
|