From afd1e525b648613762191b3720ca9533eef358a8 Mon Sep 17 00:00:00 2001 From: "michaeln@google.com" Date: Wed, 27 Apr 2011 23:29:59 +0000 Subject: Move UserMetrics to content. Just the class that provides the action logging API which is used all over the place is being moved. The UserMetrics class uses the notification system to inform the core of the user metrics system of each event, that core part is not being moved. Also take care of a TODO to remove the class methods that take a Profile* as a paramter (since Profile is verbotten in /content). BUG=78499 Review URL: http://codereview.chromium.org/6883021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83251 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/chromeos/external_metrics.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/chromeos/external_metrics.cc') diff --git a/chrome/browser/chromeos/external_metrics.cc b/chrome/browser/chromeos/external_metrics.cc index 830de18..509c4bb 100644 --- a/chrome/browser/chromeos/external_metrics.cc +++ b/chrome/browser/chromeos/external_metrics.cc @@ -20,7 +20,7 @@ #include "base/time.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/metrics/metrics_service.h" -#include "chrome/browser/metrics/user_metrics.h" +#include "content/browser/user_metrics.h" #include "content/browser/browser_thread.h" namespace chromeos { -- cgit v1.1