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