summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-01 01:34:23 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-01 01:34:23 +0000
commite9b42c1493443678f502de98f664441c67f70a7f (patch)
tree85484ff64f439848b864767a31c1b9b95efb3406 /chrome/browser/metrics
parentb4773529f0551da68136998a9a13cc4a89230937 (diff)
downloadchromium_src-e9b42c1493443678f502de98f664441c67f70a7f.zip
chromium_src-e9b42c1493443678f502de98f664441c67f70a7f.tar.gz
chromium_src-e9b42c1493443678f502de98f664441c67f70a7f.tar.bz2
Move UrlFetcher to content. I originally thought that it's only used by chrome code, but turns out there are legitimate content uses for HTML5 features like speech/geolocation which need to go to the web.
BUG=76697 Review URL: http://codereview.chromium.org/7006005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87406 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics')
-rw-r--r--chrome/browser/metrics/metrics_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
index ac3e6f5..fb79337 100644
--- a/chrome/browser/metrics/metrics_service.h
+++ b/chrome/browser/metrics/metrics_service.h
@@ -17,9 +17,9 @@
#include "base/gtest_prod_util.h"
#include "base/memory/scoped_ptr.h"
#include "chrome/common/metrics_helpers.h"
-#include "chrome/common/net/url_fetcher.h"
#include "content/common/notification_observer.h"
#include "content/common/notification_registrar.h"
+#include "content/common/url_fetcher.h"
#if defined(OS_CHROMEOS)
#include "chrome/browser/chromeos/external_metrics.h"