Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / variations / study_filtering.cc
index 7f35e18..f654b97 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <set>
 
-namespace chrome_variations {
+namespace variations {
 
 namespace {
 
@@ -205,7 +205,6 @@ bool ShouldAddStudy(
                   " due to hardware_class.";
       return false;
     }
-
   }
 
   DVLOG(1) << "Kept study " << study.name() << ".";
@@ -255,4 +254,4 @@ void FilterAndValidateStudies(
   }
 }
 
-}  // namespace chrome_variations
+}  // namespace variations