| Index: content/shell/renderer/test_runner/web_test_proxy.h
|
| diff --git a/content/shell/renderer/test_runner/web_test_proxy.h b/content/shell/renderer/test_runner/web_test_proxy.h
|
| index 605362ae83bd9ee57d6efb1efb8ad51af619360a..1f9f181ba1ef0bf8d9165d0af6150af6ba310d85 100644
|
| --- a/content/shell/renderer/test_runner/web_test_proxy.h
|
| +++ b/content/shell/renderer/test_runner/web_test_proxy.h
|
| @@ -75,12 +75,12 @@ typedef unsigned WebColor;
|
| namespace content {
|
|
|
| class MockWebSpeechRecognizer;
|
| +class MockWebUserMediaClient;
|
| class RenderFrame;
|
| class SpellCheckClient;
|
| class TestInterfaces;
|
| class WebTestDelegate;
|
| class WebTestInterfaces;
|
| -class WebUserMediaClientMock;
|
|
|
| // WebTestProxyBase is the "brain" of WebTestProxy in the sense that
|
| // WebTestProxy does the bridge between RenderViewImpl and WebTestProxyBase and
|
| @@ -251,7 +251,7 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
|
| WebTaskList task_list_;
|
|
|
| scoped_ptr<SpellCheckClient> spellcheck_;
|
| - scoped_ptr<WebUserMediaClientMock> user_media_client_;
|
| + scoped_ptr<MockWebUserMediaClient> user_media_client_;
|
|
|
| bool animate_scheduled_;
|
| std::map<unsigned, std::string> resource_identifier_map_;
|
|
|