summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellcheck_unittest.cc
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 00:22:22 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 00:22:22 +0000
commitd08ae2b303deb1d88f856c9bdaf58007a06fd74f (patch)
treec75a63173975185e40c72878440be967b72e0c01 /chrome/browser/spellcheck_unittest.cc
parent9d4ff5edc11098ff872ddd9454216723f6a9b96d (diff)
downloadchromium_src-d08ae2b303deb1d88f856c9bdaf58007a06fd74f.zip
chromium_src-d08ae2b303deb1d88f856c9bdaf58007a06fd74f.tar.gz
chromium_src-d08ae2b303deb1d88f856c9bdaf58007a06fd74f.tar.bz2
Enable spellcheck_unittest.cc.
Review URL: http://codereview.chromium.org/28335 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/spellcheck_unittest.cc')
-rw-r--r--chrome/browser/spellcheck_unittest.cc9
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,