summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 04:20:34 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 04:20:34 +0000
commitffd7d7365317669d36edaaec4c49b1c0842a1dfc (patch)
tree601295d96c696fc524774e4f204c9ce6c85dc70c /content/browser/geolocation
parent5bfeb5683378809d5fae8c008e1ebf02076299c9 (diff)
downloadchromium_src-ffd7d7365317669d36edaaec4c49b1c0842a1dfc.zip
chromium_src-ffd7d7365317669d36edaaec4c49b1c0842a1dfc.tar.gz
chromium_src-ffd7d7365317669d36edaaec4c49b1c0842a1dfc.tar.bz2
Move URLFetcher from content/common to content/common/net.
Add a OWNERS for content/common/net BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100828 Review URL: http://codereview.chromium.org/7875006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/geolocation')
-rw-r--r--content/browser/geolocation/network_location_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/network_location_request.h b/content/browser/geolocation/network_location_request.h
index 0694052..8df175f 100644
--- a/content/browser/geolocation/network_location_request.h
+++ b/content/browser/geolocation/network_location_request.h
@@ -12,7 +12,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "content/browser/geolocation/device_data_provider.h"
-#include "content/common/url_fetcher.h"
+#include "content/common/net/url_fetcher.h"
#include "googleurl/src/gurl.h"
class URLFetcher;