diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 21:39:55 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 21:39:55 +0000 |
commit | 68d2a05fb6380f35eb10e7e1b9f789a742b89871 (patch) | |
tree | 74939817681c52027083ef86ebba375f047f5228 /chrome/browser/spellcheck_host.h | |
parent | 527498450ae8b478b6719d4603be03dfcdc8d812 (diff) | |
download | chromium_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.h | 2 |
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; |