| Index: ui/events/devices/x11/touch_factory_x11.cc
|
| diff --git a/ui/events/devices/x11/touch_factory_x11.cc b/ui/events/devices/x11/touch_factory_x11.cc
|
| index 216c7db7640d8acb3958924e2f8260d28f5e1213..74a6dd0c7c7c46e9c86e324faa8540647c0473e5 100644
|
| --- a/ui/events/devices/x11/touch_factory_x11.cc
|
| +++ b/ui/events/devices/x11/touch_factory_x11.cc
|
| @@ -49,7 +49,7 @@ TouchFactory::~TouchFactory() {
|
|
|
| // static
|
| TouchFactory* TouchFactory::GetInstance() {
|
| - return Singleton<TouchFactory>::get();
|
| + return base::Singleton<TouchFactory>::get();
|
| }
|
|
|
| // static
|
|
|