summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bug_report_util.cc
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 01:17:53 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 01:17:53 +0000
commit200a1f1c1db2260a8737d83cf0f592ef8e4d866b (patch)
tree1d6965ee3d384a645d9fd981fdab67e9f9eb1eab /chrome/browser/bug_report_util.cc
parent6a394af194527fdc2cdc5b8af5e367dfdb16828e (diff)
downloadchromium_src-200a1f1c1db2260a8737d83cf0f592ef8e4d866b.zip
chromium_src-200a1f1c1db2260a8737d83cf0f592ef8e4d866b.tar.gz
chromium_src-200a1f1c1db2260a8737d83cf0f592ef8e4d866b.tar.bz2
Fix Linux Views build breakage.
Revert 100828 - 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 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/7884003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bug_report_util.cc')
-rw-r--r--chrome/browser/bug_report_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/bug_report_util.cc b/chrome/browser/bug_report_util.cc
index 995d26c..c79b81c 100644
--- a/chrome/browser/bug_report_util.cc
+++ b/chrome/browser/bug_report_util.cc
@@ -22,7 +22,7 @@
#include "chrome/common/chrome_switches.h"
#include "chrome/common/chrome_version_info.h"
#include "content/browser/tab_contents/tab_contents.h"
-#include "content/common/net/url_fetcher.h"
+#include "content/common/url_fetcher.h"
#include "googleurl/src/gurl.h"
#include "grit/generated_resources.h"
#include "grit/locale_settings.h"