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 e634d60459fdb42af701da02d7b20b8c3932d5b8..88dd814c2e0ef9a40ac24d1f828dadec119d5f32 100644 |
--- a/content/shell/renderer/test_runner/web_test_proxy.h |
+++ b/content/shell/renderer/test_runner/web_test_proxy.h |
@@ -76,7 +76,6 @@ |
namespace content { |
class MockCredentialManagerClient; |
-class MockPresentationService; |
class MockScreenOrientationClient; |
class MockWebSpeechRecognizer; |
class MockWebUserMediaClient; |
@@ -132,7 +131,6 @@ |
blink::WebMIDIClientMock* GetMIDIClientMock(); |
MockWebSpeechRecognizer* GetSpeechRecognizerMock(); |
MockCredentialManagerClient* GetCredentialManagerClientMock(); |
- MockPresentationService* GetPresentationServiceMock(); |
WebTaskList* mutable_task_list() { return &task_list_; } |
@@ -271,7 +269,6 @@ |
scoped_ptr<blink::WebMIDIClientMock> midi_client_; |
scoped_ptr<MockWebSpeechRecognizer> speech_recognizer_; |
scoped_ptr<MockScreenOrientationClient> screen_orientation_client_; |
- scoped_ptr<MockPresentationService> presentation_service_; |
std::string accept_languages_; |