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

Unified Diff: content/shell/renderer/test_runner/TestCommon.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/TestCommon.cpp
diff --git a/content/shell/renderer/test_runner/TestCommon.cpp b/content/shell/renderer/test_runner/TestCommon.cpp
index 691ecddd8b36c4db7cdbfacac07eedd38c2519da..24e642d456a0e922cb8c585574019b0b83947196 100644
--- a/content/shell/renderer/test_runner/TestCommon.cpp
+++ b/content/shell/renderer/test_runner/TestCommon.cpp
@@ -6,7 +6,7 @@
using namespace std;
-namespace WebTestRunner {
+namespace content {
namespace {
@@ -17,7 +17,7 @@ const char fileTestPrefix[] = "(file test):";
const char dataUrlPattern[] = "data:";
const string::size_type dataUrlPatternSize = sizeof(dataUrlPattern) - 1;
-}
+} // namespace
string normalizeLayoutTestURL(const string& url)
{
@@ -34,4 +34,4 @@ string normalizeLayoutTestURL(const string& url)
return result;
}
-}
+} // namespace content
« no previous file with comments | « content/shell/renderer/test_runner/TestCommon.h ('k') | content/shell/renderer/test_runner/TestInterfaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698