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

Unified Diff: components/variations/variations_seed_processor_unittest.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_processor_unittest.cc
===================================================================
--- components/variations/variations_seed_processor_unittest.cc (revision 285608)
+++ components/variations/variations_seed_processor_unittest.cc (working copy)
@@ -15,7 +15,7 @@
#include "components/variations/variations_associated_data.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace chrome_variations {
+namespace variations {
namespace {
@@ -463,4 +463,4 @@
base::FieldTrialList::FindFullName(kFlagStudyName));
}
-} // namespace chrome_variations
+} // namespace variations
« no previous file with comments | « components/variations/variations_seed_processor.cc ('k') | components/variations/variations_seed_simulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698