From b7f0588eacdc379330d315c68b749130d1f2ed2f Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Sun, 22 Feb 2009 01:21:56 +0000 Subject: 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 --- chrome/browser/spellchecker.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/browser/spellchecker.cc') 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" -- cgit v1.1