| Index: chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.cc
|
| diff --git a/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.cc b/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.cc
|
| index ec750460df44e14ce49fc6e02682545fcde8c464..b112b0f2f81c823856dbce01e75f1bb4cbad03bf 100644
|
| --- a/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.cc
|
| +++ b/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.cc
|
| @@ -21,7 +21,7 @@ const char kAppMenuRegistrarPath[] = "/com/canonical/AppMenu/Registrar";
|
|
|
| // static
|
| GlobalMenuBarRegistrarX11* GlobalMenuBarRegistrarX11::GetInstance() {
|
| - return Singleton<GlobalMenuBarRegistrarX11>::get();
|
| + return base::Singleton<GlobalMenuBarRegistrarX11>::get();
|
| }
|
|
|
| void GlobalMenuBarRegistrarX11::OnWindowMapped(unsigned long xid) {
|
|
|