diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-02 02:04:30 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-02 02:04:30 +0000 |
commit | e3a8a926da1f7e3365a6f0dbb9061af975a36361 (patch) | |
tree | dbc062c0b6bcb7f117f3d42071d39c8106488a47 /chrome/renderer/spellchecker | |
parent | 30cbdf8c2c40e0c43d75d8e4ea6310254022d3ca (diff) | |
download | chromium_src-e3a8a926da1f7e3365a6f0dbb9061af975a36361.zip chromium_src-e3a8a926da1f7e3365a6f0dbb9061af975a36361.tar.gz chromium_src-e3a8a926da1f7e3365a6f0dbb9061af975a36361.tar.bz2 |
clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3550006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61280 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/spellchecker')
-rw-r--r-- | chrome/renderer/spellchecker/spellcheck_unittest.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/renderer/spellchecker/spellcheck_unittest.cc b/chrome/renderer/spellchecker/spellcheck_unittest.cc index 2a55737..21beaf3 100644 --- a/chrome/renderer/spellchecker/spellcheck_unittest.cc +++ b/chrome/renderer/spellchecker/spellcheck_unittest.cc @@ -17,11 +17,6 @@ namespace { -// Represents a special initialization function used only for the unit tests -// in this file. -extern void InitHunspellWithFiles(FILE* file_aff_hunspell, - FILE* file_dic_hunspell); - FilePath GetHunspellDirectory() { FilePath hunspell_directory; if (!PathService::Get(base::DIR_SOURCE_ROOT, &hunspell_directory)) |