Index: chrome/browser/spellchecker.cc |
=================================================================== |
--- chrome/browser/spellchecker.cc (revision 15319) |
+++ chrome/browser/spellchecker.cc (working copy) |
@@ -2,6 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "app/l10n_util.h" |
#include "chrome/browser/spellchecker.h" |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
@@ -18,7 +19,6 @@ |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_counters.h" |
#include "chrome/common/chrome_paths.h" |
-#include "chrome/common/l10n_util.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/pref_service.h" |
#include "chrome/third_party/hunspell/src/hunspell/hunspell.hxx" |