summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellcheck_host.h
diff options
context:
space:
mode:
authorsanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-07 21:39:55 +0000
committersanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-07 21:39:55 +0000
commit68d2a05fb6380f35eb10e7e1b9f789a742b89871 (patch)
tree74939817681c52027083ef86ebba375f047f5228 /chrome/browser/spellcheck_host.h
parent527498450ae8b478b6719d4603be03dfcdc8d812 (diff)
downloadchromium_src-68d2a05fb6380f35eb10e7e1b9f789a742b89871.zip
chromium_src-68d2a05fb6380f35eb10e7e1b9f789a742b89871.tar.gz
chromium_src-68d2a05fb6380f35eb10e7e1b9f789a742b89871.tar.bz2
Moved URLFetcher and related classes to chrome/common/net.
BUG=None TEST=Build and Unittests Review URL: http://codereview.chromium.org/1995008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/spellcheck_host.h')
-rw-r--r--chrome/browser/spellcheck_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/spellcheck_host.h b/chrome/browser/spellcheck_host.h
index 493f26c..c0382c8 100644
--- a/chrome/browser/spellcheck_host.h
+++ b/chrome/browser/spellcheck_host.h
@@ -12,7 +12,7 @@
#include "base/platform_file.h"
#include "base/ref_counted.h"
#include "chrome/browser/chrome_thread.h"
-#include "chrome/browser/net/url_fetcher.h"
+#include "chrome/common/net/url_fetcher.h"
class Profile;
class SpellCheckHostObserver;