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

Unified Diff: chrome/browser/android/metrics/uma_utils.h

Issue 968943004: Move Android metrics files into a /metrics/ subfolder/package. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 | « chrome/browser/android/metrics/uma_bridge.cc ('k') | chrome/browser/android/metrics/uma_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/metrics/uma_utils.h
diff --git a/chrome/browser/android/uma_utils.h b/chrome/browser/android/metrics/uma_utils.h
similarity index 70%
rename from chrome/browser/android/uma_utils.h
rename to chrome/browser/android/metrics/uma_utils.h
index 085303376d76ee6ecfba6ebb34f73e3a861d039c..d455b12615b8d5d0361c04386c9ece76004f5554 100644
--- a/chrome/browser/android/uma_utils.h
+++ b/chrome/browser/android/metrics/uma_utils.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 CHROME_BROWSER_ANDROID_UMA_UTILS_H_
-#define CHROME_BROWSER_ANDROID_UMA_UTILS_H_
+#ifndef CHROME_BROWSER_ANDROID_METRICS_UMA_UTILS_H_
+#define CHROME_BROWSER_ANDROID_METRICS_UMA_UTILS_H_
#include <jni.h>
@@ -18,4 +18,4 @@ bool RegisterStartupMetricUtils(JNIEnv* env);
} // namespace android
} // namespace chrome
-#endif // CHROME_BROWSER_ANDROID_UMA_UTILS_H_
+#endif // CHROME_BROWSER_ANDROID_METRICS_UMA_UTILS_H_
« no previous file with comments | « chrome/browser/android/metrics/uma_bridge.cc ('k') | chrome/browser/android/metrics/uma_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698