| Index: ash/aura/wm_shell_aura.cc
|
| diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc
|
| index 752675bd8e299eea6092f4f1f1dade572c492fa9..a2068e735305c3ef32047c1d1603170f4dde495d 100644
|
| --- a/ash/aura/wm_shell_aura.cc
|
| +++ b/ash/aura/wm_shell_aura.cc
|
| @@ -99,7 +99,7 @@ std::vector<WmWindow*> WmShellAura::GetAllRootWindows() {
|
| return wm_windows;
|
| }
|
|
|
| -void WmShellAura::RecordUserMetricsAction(wm::WmUserMetricsAction action) {
|
| +void WmShellAura::RecordUserMetricsAction(UserMetricsAction action) {
|
| return Shell::GetInstance()->metrics()->RecordUserMetricsAction(action);
|
| }
|
|
|
|
|