| Index: chrome/browser/ui/libgtk2ui/gtk2_event_loop.h
|
| diff --git a/chrome/browser/ui/libgtk2ui/gtk2_event_loop.h b/chrome/browser/ui/libgtk2ui/gtk2_event_loop.h
|
| index 0bd2a219ae2724166dba8f738a844818a7e05374..5ba99d5c8059d80f132405590626e4611a966f7e 100644
|
| --- a/chrome/browser/ui/libgtk2ui/gtk2_event_loop.h
|
| +++ b/chrome/browser/ui/libgtk2ui/gtk2_event_loop.h
|
| @@ -11,7 +11,9 @@
|
| typedef union _GdkEvent GdkEvent;
|
| typedef struct _GdkEventKey GdkEventKey;
|
|
|
| +namespace base {
|
| template<typename Type> struct DefaultSingletonTraits;
|
| +}
|
|
|
| namespace libgtk2ui {
|
|
|
| @@ -20,7 +22,7 @@ class Gtk2EventLoop {
|
| static Gtk2EventLoop* GetInstance();
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<Gtk2EventLoop>;
|
| + friend struct base::DefaultSingletonTraits<Gtk2EventLoop>;
|
|
|
| Gtk2EventLoop();
|
| ~Gtk2EventLoop();
|
|
|