| Index: ash/touch/touch_uma.cc
|
| diff --git a/ash/touch/touch_uma.cc b/ash/touch/touch_uma.cc
|
| index 4ae3adcf97ee2383a8429db685e84d602ae1d86f..fe2ab8a8c046f022c427963f7329d694fae3385e 100644
|
| --- a/ash/touch/touch_uma.cc
|
| +++ b/ash/touch/touch_uma.cc
|
| @@ -232,7 +232,7 @@ GestureActionType TouchUMA::FindGestureActionType(
|
| return GESTURE_UNKNOWN;
|
| }
|
|
|
| - std::string name = window ? window->name() : std::string();
|
| + std::string name = window ? window->GetName() : std::string();
|
|
|
| const char kWallpaperView[] = "WallpaperView";
|
| if (name == kWallpaperView) {
|
|
|