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

Unified Diff: ash/metrics/pointer_metrics_recorder.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 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/metrics/gesture_action_type.h ('k') | ash/metrics/pointer_metrics_recorder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/metrics/pointer_metrics_recorder.h
diff --git a/ash/common/metrics/pointer_metrics_recorder.h b/ash/metrics/pointer_metrics_recorder.h
similarity index 82%
rename from ash/common/metrics/pointer_metrics_recorder.h
rename to ash/metrics/pointer_metrics_recorder.h
index bf19e9098fcb41b9124a414c59cb69b89191a339..e3d49f6731e9ebdbac8e31792a6292ff005a9df0 100644
--- a/ash/common/metrics/pointer_metrics_recorder.h
+++ b/ash/metrics/pointer_metrics_recorder.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_ASH_COMMON_METRICS_POINTER_METRICS_RECORDER_H_
-#define UI_ASH_COMMON_METRICS_POINTER_METRICS_RECORDER_H_
+#ifndef UI_ASH_METRICS_POINTER_METRICS_RECORDER_H_
+#define UI_ASH_METRICS_POINTER_METRICS_RECORDER_H_
#include "ash/ash_export.h"
#include "base/macros.h"
@@ -36,4 +36,4 @@ class ASH_EXPORT PointerMetricsRecorder : public views::PointerWatcher {
} // namespace ash
-#endif // UI_ASH_COMMON_METRICS_POINTER_METRICS_RECORDER_H_
+#endif // UI_ASH_METRICS_POINTER_METRICS_RECORDER_H_
« no previous file with comments | « ash/metrics/gesture_action_type.h ('k') | ash/metrics/pointer_metrics_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698