From 7a83dd07d761464a5da42721e0353d178a22e8fa Mon Sep 17 00:00:00 2001 From: "aberent@chromium.org" Date: Tue, 3 Sep 2013 12:09:17 +0000 Subject: 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 --- chrome/app/android/chrome_main_delegate_android.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/app/android') 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 -- cgit v1.1