| Index: content/shell/renderer/test_runner/WebTestProxy.h
|
| diff --git a/content/shell/renderer/test_runner/WebTestProxy.h b/content/shell/renderer/test_runner/WebTestProxy.h
|
| index c089e6426eeea9597c37c6dfea170c5309c72053..47671e479633b40b594ef44e88d8b523ed6e19fc 100644
|
| --- a/content/shell/renderer/test_runner/WebTestProxy.h
|
| +++ b/content/shell/renderer/test_runner/WebTestProxy.h
|
| @@ -73,7 +73,6 @@ typedef unsigned WebColor;
|
|
|
| namespace WebTestRunner {
|
| class MockWebSpeechRecognizer;
|
| -class SpellCheckClient;
|
| class TestInterfaces;
|
| class WebTestDelegate;
|
| class WebTestInterfaces;
|
| @@ -83,6 +82,7 @@ class WebUserMediaClientMock;
|
| namespace content {
|
|
|
| class RenderFrame;
|
| +class SpellCheckClient;
|
|
|
| class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
|
| public:
|
| @@ -207,7 +207,7 @@ private:
|
|
|
| WebTestRunner::WebTaskList m_taskList;
|
|
|
| - scoped_ptr<WebTestRunner::SpellCheckClient> m_spellcheck;
|
| + scoped_ptr<SpellCheckClient> m_spellcheck;
|
| scoped_ptr<WebTestRunner::WebUserMediaClientMock> m_userMediaClient;
|
|
|
| // Painting.
|
|
|