summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/external_metrics.cc
diff options
context:
space:
mode:
authormichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-27 23:29:59 +0000
committermichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-27 23:29:59 +0000
commitafd1e525b648613762191b3720ca9533eef358a8 (patch)
tree3082154d5fd8850222b249d062c874f283f93115 /chrome/browser/chromeos/external_metrics.cc
parentc5ac7e1ef43c7087c8e2c08582b9cd0029229686 (diff)
downloadchromium_src-afd1e525b648613762191b3720ca9533eef358a8.zip
chromium_src-afd1e525b648613762191b3720ca9533eef358a8.tar.gz
chromium_src-afd1e525b648613762191b3720ca9533eef358a8.tar.bz2
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
Diffstat (limited to 'chrome/browser/chromeos/external_metrics.cc')
-rw-r--r--chrome/browser/chromeos/external_metrics.cc2
1 files changed, 1 insertions, 1 deletions
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 {