diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-22 01:21:56 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-22 01:21:56 +0000 |
commit | b7f0588eacdc379330d315c68b749130d1f2ed2f (patch) | |
tree | 1d087bb1dc96d8d5262e3dee94861c0f7be7a89e /chrome/browser/spellchecker.cc | |
parent | 4c603f01f34867e3b908a1834e5a60b6f8a21924 (diff) | |
download | chromium_src-b7f0588eacdc379330d315c68b749130d1f2ed2f.zip chromium_src-b7f0588eacdc379330d315c68b749130d1f2ed2f.tar.gz chromium_src-b7f0588eacdc379330d315c68b749130d1f2ed2f.tar.bz2 |
Bring download_file, download_manager into POSIX build.
Also shuffle a bunch of headers.
Review URL: http://codereview.chromium.org/27024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10155 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/spellchecker.cc')
-rw-r--r-- | chrome/browser/spellchecker.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/spellchecker.cc b/chrome/browser/spellchecker.cc index c79a1f1..cb6f874 100644 --- a/chrome/browser/spellchecker.cc +++ b/chrome/browser/spellchecker.cc @@ -13,10 +13,7 @@ #include "base/thread.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/net/url_fetcher.h" -#if defined(OS_WIN) -// TODO(port): remove scaffolding, use profile.h for both POSIX and WIN. #include "chrome/browser/profile.h" -#endif #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_counters.h" #include "chrome/common/chrome_paths.h" |