| Index: ui/gfx/win/singleton_hwnd.cc
|
| diff --git a/ui/gfx/win/singleton_hwnd.cc b/ui/gfx/win/singleton_hwnd.cc
|
| index 9a9d183af6e007dfb912774bc6b8b782c49dbbcd..486bcf7ae463315678f5f9fe51739aaaef128c98 100644
|
| --- a/ui/gfx/win/singleton_hwnd.cc
|
| +++ b/ui/gfx/win/singleton_hwnd.cc
|
| @@ -12,7 +12,7 @@ namespace gfx {
|
|
|
| // static
|
| SingletonHwnd* SingletonHwnd::GetInstance() {
|
| - return Singleton<SingletonHwnd>::get();
|
| + return base::Singleton<SingletonHwnd>::get();
|
| }
|
|
|
| BOOL SingletonHwnd::ProcessWindowMessage(HWND window,
|
|
|