Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(560)

Unified Diff: ash/common/wm_shell.h

Issue 2063333002: mash: Move all ash UMA metrics to //ash/common/metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/wm/workspace/workspace_window_resizer.cc ('k') | ash/metrics/user_metrics_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 6add8fbb80d1588a3ff1bd6b3d0465cea72a7299..f39f7c6b4461e5d9ccce411f5e5e46287f0c9069 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -11,6 +11,7 @@
#include <vector>
#include "ash/ash_export.h"
+#include "ash/common/metrics/user_metrics_action.h"
namespace gfx {
class Rect;
@@ -30,10 +31,7 @@ class WmSystemTrayNotifier;
class WmWindow;
namespace wm {
-
class WindowState;
-
-enum class WmUserMetricsAction;
}
// Similar to ash::Shell. Eventually the two will be merged.
@@ -90,7 +88,7 @@ class ASH_EXPORT WmShell {
virtual std::vector<WmWindow*> GetAllRootWindows() = 0;
- virtual void RecordUserMetricsAction(wm::WmUserMetricsAction action) = 0;
+ virtual void RecordUserMetricsAction(UserMetricsAction action) = 0;
// Returns a WindowResizer to handle dragging. |next_window_resizer| is
// the next WindowResizer in the WindowResizer chain. This may return
« no previous file with comments | « ash/common/wm/workspace/workspace_window_resizer.cc ('k') | ash/metrics/user_metrics_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698