diff options
Diffstat (limited to 'content/shell/renderer/test_runner/TestCommon.cpp')
-rw-r--r-- | content/shell/renderer/test_runner/TestCommon.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/shell/renderer/test_runner/TestCommon.cpp b/content/shell/renderer/test_runner/TestCommon.cpp index 691ecdd..24e642d 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 |