| 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
|
|
|