| Index: chrome/browser/spellchecker/spellcheck_platform.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_platform.h b/chrome/browser/spellchecker/spellcheck_platform.h
|
| index ed8d587462a6706660e46589043254ee89679b17..7d75243dd9a07a399c510e0c294a5abe2c802ea0 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_platform.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_platform.h
|
| @@ -14,7 +14,9 @@
|
| #include "base/callback_forward.h"
|
| #include "base/strings/string16.h"
|
|
|
| +namespace spellcheck {
|
| struct SpellCheckResult;
|
| +}
|
|
|
| namespace content {
|
| class BrowserMessageFilter;
|
| @@ -23,7 +25,7 @@ class BrowserMessageFilter;
|
| namespace spellcheck_platform {
|
|
|
| typedef base::Callback<void(
|
| - const std::vector<SpellCheckResult>& /* results */)>
|
| + const std::vector<spellcheck::SpellCheckResult>& /* results */)>
|
| TextCheckCompleteCallback;
|
|
|
| // Get the languages supported by the platform spellchecker and store them in
|
|
|