summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/spellchecker.cc')
-rw-r--r--chrome/browser/spellchecker.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/spellchecker.cc b/chrome/browser/spellchecker.cc
index 62cff23..c36c522 100644
--- a/chrome/browser/spellchecker.cc
+++ b/chrome/browser/spellchecker.cc
@@ -11,7 +11,6 @@
#include "base/path_service.h"
#include "base/string_util.h"
#include "base/thread.h"
-#include "chrome/app/locales/locale_settings.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/net/url_fetcher.h"
#if defined(OS_WIN)
@@ -25,10 +24,10 @@
#include "chrome/common/pref_names.h"
#include "chrome/common/pref_service.h"
#include "chrome/third_party/hunspell/src/hunspell/hunspell.hxx"
+#include "grit/generated_resources.h"
+#include "grit/locale_settings.h"
#include "net/url_request/url_request.h"
-#include "generated_resources.h"
-
using base::TimeTicks;
static const int kMaxSuggestions = 5; // Max number of dictionary suggestions.