summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/spellcheck/spellcheck_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/api/spellcheck/spellcheck_handler.cc')
-rw-r--r--chrome/common/extensions/api/spellcheck/spellcheck_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/spellcheck/spellcheck_handler.cc b/chrome/common/extensions/api/spellcheck/spellcheck_handler.cc
index 84a9f13..1ca1479 100644
--- a/chrome/common/extensions/api/spellcheck/spellcheck_handler.cc
+++ b/chrome/common/extensions/api/spellcheck/spellcheck_handler.cc
@@ -24,7 +24,7 @@ SpellcheckHandler::SpellcheckHandler() {
SpellcheckHandler::~SpellcheckHandler() {
}
-bool SpellcheckHandler::Parse(Extension* extension, string16* error) {
+bool SpellcheckHandler::Parse(Extension* extension, base::string16* error) {
const base::DictionaryValue* spellcheck_value = NULL;
if (!extension->manifest()->GetDictionary(keys::kSpellcheck,
&spellcheck_value)) {