summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_download_helper.h
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 01:05:48 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 01:05:48 +0000
commit6a394af194527fdc2cdc5b8af5e367dfdb16828e (patch)
tree9bd79d17939b1852cd1d764c94ea30448e77f4cc /chrome/browser/plugin_download_helper.h
parentbe68e3a778a9a3d9bd5c9deeac9e11ea7c94c6de (diff)
downloadchromium_src-6a394af194527fdc2cdc5b8af5e367dfdb16828e.zip
chromium_src-6a394af194527fdc2cdc5b8af5e367dfdb16828e.tar.gz
chromium_src-6a394af194527fdc2cdc5b8af5e367dfdb16828e.tar.bz2
Move URLFetcher from content/common to content/common/net.
Add a OWNERS for content/common/net BUG=none TEST=none Review URL: http://codereview.chromium.org/7875006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_download_helper.h')
-rw-r--r--chrome/browser/plugin_download_helper.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/plugin_download_helper.h b/chrome/browser/plugin_download_helper.h
index b640c3b..dcddaa7 100644
--- a/chrome/browser/plugin_download_helper.h
+++ b/chrome/browser/plugin_download_helper.h
@@ -12,7 +12,7 @@
#if defined(OS_WIN)
#include "base/file_path.h"
#include "base/message_loop_proxy.h"
-#include "content/common/url_fetcher.h"
+#include "content/common/net/url_fetcher.h"
#include "net/base/file_stream.h"
#include "net/url_request/url_request.h"
#include "ui/gfx/native_widget_types.h"
@@ -69,5 +69,3 @@ class PluginDownloadUrlHelper : public URLFetcher::Delegate {
#endif // OS_WIN
#endif // CHROME_BROWSER_PLUGIN_DOWNLOAD_HELPER_H_
-
-