Index: trunk/src/components/variations/study_filtering.cc |
=================================================================== |
--- trunk/src/components/variations/study_filtering.cc (revision 285674) |
+++ trunk/src/components/variations/study_filtering.cc (working copy) |
@@ -6,7 +6,7 @@ |
#include <set> |
-namespace variations { |
+namespace chrome_variations { |
namespace { |
@@ -205,6 +205,7 @@ |
" due to hardware_class."; |
return false; |
} |
+ |
} |
DVLOG(1) << "Kept study " << study.name() << "."; |
@@ -254,4 +255,4 @@ |
} |
} |
-} // namespace variations |
+} // namespace chrome_variations |