diff options
Diffstat (limited to 'content/shell/renderer/test_runner/WebUserMediaClientMock.h')
-rw-r--r-- | content/shell/renderer/test_runner/WebUserMediaClientMock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/shell/renderer/test_runner/WebUserMediaClientMock.h b/content/shell/renderer/test_runner/WebUserMediaClientMock.h index e8f2e83..8124e8c 100644 --- a/content/shell/renderer/test_runner/WebUserMediaClientMock.h +++ b/content/shell/renderer/test_runner/WebUserMediaClientMock.h @@ -12,7 +12,7 @@ #include "third_party/WebKit/public/platform/WebURL.h" #include "third_party/WebKit/public/web/WebUserMediaClient.h" -namespace WebTestRunner { +namespace content { class WebTestDelegate; @@ -36,6 +36,6 @@ private: DISALLOW_COPY_AND_ASSIGN(WebUserMediaClientMock); }; -} +} // namespace content #endif // CONTENT_SHELL_RENDERER_TEST_RUNNER_WEBUSERMEDIACLIENTMOCK_H_ |