Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2260)

Unified Diff: content/shell/renderer/test_runner/WebUserMediaClientMock.cpp

Issue 264003003: test_runner: Move everything else into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/renderer/test_runner/WebUserMediaClientMock.cpp
diff --git a/content/shell/renderer/test_runner/WebUserMediaClientMock.cpp b/content/shell/renderer/test_runner/WebUserMediaClientMock.cpp
index fe1701d9e55c085693af1cad490bae613101a424..03d3abe44258996d0c71aa2e14d2f675f8f609c0 100644
--- a/content/shell/renderer/test_runner/WebUserMediaClientMock.cpp
+++ b/content/shell/renderer/test_runner/WebUserMediaClientMock.cpp
@@ -20,9 +20,7 @@
using namespace blink;
-using content::MockConstraints;
-
-namespace WebTestRunner {
+namespace content {
class UserMediaRequestTask : public WebMethodTask<WebUserMediaClientMock> {
public:
@@ -178,4 +176,4 @@ void WebUserMediaClientMock::cancelMediaDevicesRequest(const WebMediaDevicesRequ
{
}
-}
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698