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

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

Issue 251263002: test_runner: Move three Mock* files 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/MockConstraints.cpp
diff --git a/content/shell/renderer/test_runner/MockConstraints.cpp b/content/shell/renderer/test_runner/MockConstraints.cpp
index 2fdb9fe7663c8f089b7f6ce339905bb2e947a664..7e018721020d88303fd8e3c65cd17c6075879af2 100644
--- a/content/shell/renderer/test_runner/MockConstraints.cpp
+++ b/content/shell/renderer/test_runner/MockConstraints.cpp
@@ -9,7 +9,7 @@
using namespace blink;
-namespace WebTestRunner {
+namespace content {
namespace {
@@ -56,4 +56,4 @@ bool MockConstraints::verifyConstraints(const WebMediaConstraints& constraints,
return true;
}
-}
+} // namespace content
« no previous file with comments | « content/shell/renderer/test_runner/MockConstraints.h ('k') | content/shell/renderer/test_runner/MockGrammarCheck.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698