| 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 bda4fef13b304e8e04307e76b3d2936055fd6e16..878c9486eda3c616237c3c3593c045c908ba5b06 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| +++ b/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| @@ -20,13 +20,13 @@ namespace IPC {
|
| }
|
|
|
| // A fake completion object for verification.
|
| -class FakeTextCheckingCompletion : public WebKit::WebTextCheckingCompletion {
|
| +class FakeTextCheckingCompletion : public blink::WebTextCheckingCompletion {
|
| public:
|
| FakeTextCheckingCompletion();
|
| ~FakeTextCheckingCompletion();
|
|
|
| virtual void didFinishCheckingText(
|
| - const WebKit::WebVector<WebKit::WebTextCheckingResult>& results) OVERRIDE;
|
| + const blink::WebVector<blink::WebTextCheckingResult>& results) OVERRIDE;
|
| virtual void didCancelCheckingText() OVERRIDE;
|
|
|
|
|
|
|