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

Unified Diff: chrome/browser/autocomplete/zero_suggest_provider_unittest.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
Index: chrome/browser/autocomplete/zero_suggest_provider_unittest.cc
===================================================================
--- chrome/browser/autocomplete/zero_suggest_provider_unittest.cc (revision 285608)
+++ chrome/browser/autocomplete/zero_suggest_provider_unittest.cc (working copy)
@@ -103,7 +103,7 @@
field_trial_list_.reset();
field_trial_list_.reset(new base::FieldTrialList(
new metrics::SHA1EntropyProvider("foo")));
- chrome_variations::testing::ClearAllVariationParams();
+ variations::testing::ClearAllVariationParams();
}
void ZeroSuggestProviderTest::CreatePersonalizedFieldTrial() {
@@ -111,7 +111,7 @@
params[std::string(OmniboxFieldTrial::kZeroSuggestRule)] = "true";
params[std::string(OmniboxFieldTrial::kZeroSuggestVariantRule)] =
"Personalized";
- chrome_variations::AssociateVariationParams(
+ variations::AssociateVariationParams(
OmniboxFieldTrial::kBundledExperimentFieldTrialName, "A", params);
base::FieldTrialList::CreateFieldTrial(
OmniboxFieldTrial::kBundledExperimentFieldTrialName, "A");
« no previous file with comments | « chrome/browser/autocomplete/search_provider_unittest.cc ('k') | chrome/browser/bookmarks/enhanced_bookmarks_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698