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

Unified Diff: ash/metrics/user_metrics_recorder.h

Issue 2618143002: cros: Remove some OS platform ifdefs from ash (Closed)
Patch Set: rebase Created 3 years, 11 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/magnifier/magnification_controller_unittest.cc ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/metrics/user_metrics_recorder.h
diff --git a/ash/metrics/user_metrics_recorder.h b/ash/metrics/user_metrics_recorder.h
index e2aca6699597b83cc76c411fd8ff70ee480f72f6..7437dff31c32a8e399c02948e7b71d664855ed1c 100644
--- a/ash/metrics/user_metrics_recorder.h
+++ b/ash/metrics/user_metrics_recorder.h
@@ -16,10 +16,7 @@
namespace ash {
class DesktopTaskSwitchMetricRecorder;
-
-#if defined(OS_CHROMEOS)
class PointerMetricsRecorder;
-#endif
namespace test {
class UserMetricsRecorderTestAPI;
@@ -82,10 +79,8 @@ class ASH_EXPORT UserMetricsRecorder {
std::unique_ptr<DesktopTaskSwitchMetricRecorder>
desktop_task_switch_metric_recorder_;
-#if defined(OS_CHROMEOS)
// Metric recorder to track pointer down events.
std::unique_ptr<PointerMetricsRecorder> pointer_metrics_recorder_;
-#endif
DISALLOW_COPY_AND_ASSIGN(UserMetricsRecorder);
};
« no previous file with comments | « ash/magnifier/magnification_controller_unittest.cc ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698