Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: components/variations/study_filtering.cc

Issue 412943002: Move variations component code to variations namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/variations/study_filtering.h ('k') | components/variations/study_filtering_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/variations/study_filtering.h ('k') | components/variations/study_filtering_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698