diff options
author | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 13:17:28 +0000 |
---|---|---|
committer | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 13:17:28 +0000 |
commit | d25c14e1e251543c99ee82ef1552e8c5276b18e9 (patch) | |
tree | f4936258fa6eb73e7d2beaba9d17788cf898e9c5 /chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h | |
parent | 8257d38db964cbef7c37e15ca27097d9c07382a1 (diff) | |
download | chromium_src-d25c14e1e251543c99ee82ef1552e8c5276b18e9.zip chromium_src-d25c14e1e251543c99ee82ef1552e8c5276b18e9.tar.gz chromium_src-d25c14e1e251543c99ee82ef1552e8c5276b18e9.tar.bz2 |
[spellcheck] Minor style cleanup.
Just satisfying my OCD :)
TBR=rpetterson@chromium.org
BUG=none
Review URL: https://chromiumcodereview.appspot.com/13071004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h')
-rw-r--r-- | chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h index 6b197ac..7286d0a 100644 --- a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h +++ b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h @@ -14,8 +14,9 @@ class CocoaSpellingEngine : public SpellingEngine { virtual bool InitializeIfNeeded() OVERRIDE; virtual bool IsEnabled() OVERRIDE; virtual bool CheckSpelling(const string16& word_to_check, int tag) OVERRIDE; - virtual void FillSuggestionList(const string16& wrong_word, - std::vector<string16>* optional_suggestions) OVERRIDE; + virtual void FillSuggestionList( + const string16& wrong_word, + std::vector<string16>* optional_suggestions) OVERRIDE; }; #endif // CHROME_RENDERER_SPELLCHECKER_NSSPELLCHECKER_ENGINE_H_ |