summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker.cc
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-27 17:38:31 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-27 17:38:31 +0000
commit61899d3915693df7dbc8c5bdaa6e8ae4ba3931d0 (patch)
treefead65e8733d8eff08cccb9ca2d45079fd632691 /chrome/browser/spellchecker.cc
parentb8e58b6d17f0ceb74f5ec6b6bcfc0b3e863599cc (diff)
downloadchromium_src-61899d3915693df7dbc8c5bdaa6e8ae4ba3931d0.zip
chromium_src-61899d3915693df7dbc8c5bdaa6e8ae4ba3931d0.tar.gz
chromium_src-61899d3915693df7dbc8c5bdaa6e8ae4ba3931d0.tar.bz2
Reverting 8722,8721.
Review URL: http://codereview.chromium.org/19024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/spellchecker.cc')
-rw-r--r--chrome/browser/spellchecker.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/spellchecker.cc b/chrome/browser/spellchecker.cc
index 11147b9..4269f70 100644
--- a/chrome/browser/spellchecker.cc
+++ b/chrome/browser/spellchecker.cc
@@ -14,10 +14,7 @@
#include "chrome/app/locales/locale_settings.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"