| 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_
|
|
|