| Index: chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_provider_test.h b/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| index 07630e49031b04a07b89a8517d28333020b243d6..83339b4b330e8c4a7e4dd8b8223f35a1ee7eb162 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| +++ b/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| @@ -18,7 +18,7 @@
|
| #include "third_party/WebKit/public/web/WebTextCheckingResult.h"
|
|
|
| namespace IPC {
|
| - class Message;
|
| +class Message;
|
| }
|
|
|
| // A fake completion object for verification.
|
| @@ -44,10 +44,11 @@ class TestingSpellCheckProvider : public SpellCheckProvider {
|
|
|
| ~TestingSpellCheckProvider() override;
|
| bool Send(IPC::Message* message) override;
|
| - void OnCallSpellingService(int route_id,
|
| - int identifier,
|
| - const base::string16& text,
|
| - const std::vector<SpellCheckMarker>& markers);
|
| + void OnCallSpellingService(
|
| + int route_id,
|
| + int identifier,
|
| + const base::string16& text,
|
| + const std::vector<spellcheck::SpellCheckMarker>& markers);
|
| void ResetResult();
|
|
|
| base::string16 text_;
|
|
|