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

Unified Diff: components/variations/variations_seed_simulator.cc

Issue 421663003: Move variations component code to variations namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix 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
Index: components/variations/variations_seed_simulator.cc
===================================================================
--- components/variations/variations_seed_simulator.cc (revision 285608)
+++ components/variations/variations_seed_simulator.cc (working copy)
@@ -12,7 +12,7 @@
#include "components/variations/study_filtering.h"
#include "components/variations/variations_associated_data.h"
-namespace chrome_variations {
+namespace variations {
namespace {
@@ -249,4 +249,4 @@
return NO_CHANGE;
}
-} // namespace chrome_variations
+} // namespace variations
« no previous file with comments | « components/variations/variations_seed_simulator.h ('k') | components/variations/variations_seed_simulator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698