Index: ash/touch/touch_uma.cc |
diff --git a/ash/touch/touch_uma.cc b/ash/touch/touch_uma.cc |
index e456d861c1d3f132bada979a59bc32d506a03acb..4ae3adcf97ee2383a8429db685e84d602ae1d86f 100644 |
--- a/ash/touch/touch_uma.cc |
+++ b/ash/touch/touch_uma.cc |
@@ -234,8 +234,8 @@ GestureActionType TouchUMA::FindGestureActionType( |
std::string name = window ? window->name() : std::string(); |
- const char kDesktopBackgroundView[] = "DesktopBackgroundView"; |
- if (name == kDesktopBackgroundView) { |
+ const char kWallpaperView[] = "WallpaperView"; |
+ if (name == kWallpaperView) { |
if (event.type() == ui::ET_GESTURE_SCROLL_BEGIN) |
return GESTURE_DESKTOP_SCROLL; |
if (event.type() == ui::ET_GESTURE_PINCH_BEGIN) |