| Index: ash/touch/touch_uma.cc
|
| diff --git a/ash/touch/touch_uma.cc b/ash/touch/touch_uma.cc
|
| index fc6a0d2e2bba9e4b73a09d133882344631cb1157..c3187fe64164bf8ee9cdca7d7aa4e4ee84348c7d 100644
|
| --- a/ash/touch/touch_uma.cc
|
| +++ b/ash/touch/touch_uma.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "ash/touch/touch_uma.h"
|
|
|
| -#include "ash/wm_shell.h"
|
| +#include "ash/shell_port.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "ui/aura/env.h"
|
| @@ -113,7 +113,7 @@ void TouchUMA::RecordTouchEvent(aura::Window* target,
|
| kBucketCountForLocation, kBucketCountForLocation + 1);
|
|
|
| if (event.type() == ui::ET_TOUCH_PRESSED) {
|
| - WmShell::Get()->RecordUserMetricsAction(UMA_TOUCHSCREEN_TAP_DOWN);
|
| + ShellPort::Get()->RecordUserMetricsAction(UMA_TOUCHSCREEN_TAP_DOWN);
|
|
|
| if (details->last_release_time_.ToInternalValue()) {
|
| // Measuring the interval between a touch-release and the next
|
|
|