| Index: ui/base/x/x11_menu_list.h
|
| diff --git a/ui/base/x/x11_menu_list.h b/ui/base/x/x11_menu_list.h
|
| index 9946fd6d93f4205a92fbcd49365d80cc638f44b5..00c824e6a666edab6db373532fad1dbe3de62a4b 100644
|
| --- a/ui/base/x/x11_menu_list.h
|
| +++ b/ui/base/x/x11_menu_list.h
|
| @@ -12,7 +12,9 @@
|
| #include "ui/gfx/x/x11_types.h"
|
|
|
| // A process wide singleton cache for X menus.
|
| +namespace base {
|
| template <typename T> struct DefaultSingletonTraits;
|
| +}
|
|
|
| namespace ui {
|
|
|
| @@ -32,7 +34,7 @@ class UI_BASE_EXPORT XMenuList {
|
| void InsertMenuWindowXIDs(std::vector<XID>* stack);
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<XMenuList>;
|
| + friend struct base::DefaultSingletonTraits<XMenuList>;
|
| XMenuList();
|
| ~XMenuList();
|
|
|
|
|