summaryrefslogtreecommitdiffstats
path: root/chrome/app/android
diff options
context:
space:
mode:
authoraberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-03 12:09:17 +0000
committeraberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-03 12:09:17 +0000
commit7a83dd07d761464a5da42721e0353d178a22e8fa (patch)
treef9569778b26ff7d9a68b2df1e88a6a2fc5b01f6c /chrome/app/android
parent97b13a790979dce3f9dec99e6cefccfcc4de8ae5 (diff)
downloadchromium_src-7a83dd07d761464a5da42721e0353d178a22e8fa.zip
chromium_src-7a83dd07d761464a5da42721e0353d178a22e8fa.tar.gz
chromium_src-7a83dd07d761464a5da42721e0353d178a22e8fa.tar.bz2
Move startup_metric_utils.* to a new component
startup_metric_utils is currently in chrome/common, but is only used by the browser. It can't be in chrome/browser because it is used by browser/bookmarks, which is becoming a component. To fix this create a new startup_metrics_utils component. BUG=280523 Review URL: https://chromiumcodereview.appspot.com/23515005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220932 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/android')
-rw-r--r--chrome/app/android/chrome_main_delegate_android.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/android/chrome_main_delegate_android.cc b/chrome/app/android/chrome_main_delegate_android.cc
index 2b62047..919ffa8 100644
--- a/chrome/app/android/chrome_main_delegate_android.cc
+++ b/chrome/app/android/chrome_main_delegate_android.cc
@@ -9,7 +9,7 @@
#include "chrome/browser/android/chrome_jni_registrar.h"
#include "chrome/browser/android/chrome_startup_flags.h"
#include "chrome/browser/android/uma_utils.h"
-#include "chrome/common/startup_metric_utils.h"
+#include "components/startup_metric_utils/startup_metric_utils.h"
#include "content/public/browser/browser_main_runner.h"
// ChromeMainDelegateAndroid is created when the library is loaded. It is always