Chromium Code Reviews| Index: ash/touch/touch_uma.cc |
| diff --git a/ash/touch/touch_uma.cc b/ash/touch/touch_uma.cc |
| index 0d35c0629a2114ca7f8982f90a9cbf1b1f808399..b314e2dcecd28ed7724dadfb352ad8a11dd1d2e3 100644 |
| --- a/ash/touch/touch_uma.cc |
| +++ b/ash/touch/touch_uma.cc |
| @@ -52,7 +52,7 @@ namespace ash { |
| // static |
| TouchUMA* TouchUMA::GetInstance() { |
| - return Singleton<TouchUMA>::get(); |
| + return base::Singleton<TouchUMA>::get(); |
| } |
| void TouchUMA::RecordGestureEvent(aura::Window* target, |