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

Unified Diff: chrome/browser/android/metrics/uma_bridge.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/chrome_jni_registrar.cc ('k') | chrome/browser/android/metrics/uma_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/metrics/uma_bridge.h
diff --git a/chrome/browser/android/uma_bridge.h b/chrome/browser/android/metrics/uma_bridge.h
similarity index 68%
rename from chrome/browser/android/uma_bridge.h
rename to chrome/browser/android/metrics/uma_bridge.h
index c68c841b8b5d6160f42da160ff8922349854c525..0badc05d143db95d6b71c168000f946673f44f96 100644
--- a/chrome/browser/android/uma_bridge.h
+++ b/chrome/browser/android/metrics/uma_bridge.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_BRIDGE_H_
-#define CHROME_BROWSER_ANDROID_UMA_BRIDGE_H_
+#ifndef CHROME_BROWSER_ANDROID_METRICS_UMA_BRIDGE_H_
+#define CHROME_BROWSER_ANDROID_METRICS_UMA_BRIDGE_H_
#include <jni.h>
@@ -16,4 +16,4 @@ bool RegisterUmaBridge(JNIEnv* env);
} // namespace android
} // namespace chrome
-#endif // CHROME_BROWSER_ANDROID_UMA_BRIDGE_H_
+#endif // CHROME_BROWSER_ANDROID_METRICS_UMA_BRIDGE_H_
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/android/metrics/uma_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698