Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / shell / renderer / test_runner / TestCommon.cpp
index 691ecdd..24e642d 100644 (file)
@@ -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