| 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 3fa15c80df9671d5d2ec0809265ee08cf45ad011..35489cd1c567ab98471b9d7253599c46094d5713 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
|
|
|