summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/spellchecker.h')
-rw-r--r--chrome/browser/spellchecker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/spellchecker.h b/chrome/browser/spellchecker.h
index 921a08e..1e97605 100644
--- a/chrome/browser/spellchecker.h
+++ b/chrome/browser/spellchecker.h
@@ -107,7 +107,7 @@ class SpellChecker : public base::RefCountedThreadSafe<SpellChecker> {
// Returns whether or not the given word is a contraction of valid words
// (e.g. "word:word").
- bool IsValidContraction(const Language& word);
+ bool IsValidContraction(const string16& word);
// Return the file name of the dictionary, including the path and the version
// numbers.