diff options
Diffstat (limited to 'chrome/browser/spellcheck_unittest.cc')
-rw-r--r-- | chrome/browser/spellcheck_unittest.cc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chrome/browser/spellcheck_unittest.cc b/chrome/browser/spellcheck_unittest.cc index d0fa608..0378ad4 100644 --- a/chrome/browser/spellcheck_unittest.cc +++ b/chrome/browser/spellcheck_unittest.cc @@ -12,16 +12,15 @@ #include "testing/gtest/include/gtest/gtest.h" namespace { +const FilePath::CharType kTempCustomDictionaryFile[] = + FILE_PATH_LITERAL("temp_custom_dictionary.txt"); +} // namespace + class SpellCheckTest : public testing::Test { private: MessageLoop message_loop_; }; -const FilePath::CharType kTempCustomDictionaryFile[] = - FILE_PATH_LITERAL("temp_custom_dictionary.txt"); - -} // namespace - // Represents a special initialization function used only for the unit tests // in this file. extern void InitHunspellWithFiles(FILE* file_aff_hunspell, |