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

Unified Diff: chrome/browser/prerender/prerender_field_trial.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: chrome/browser/prerender/prerender_field_trial.cc
===================================================================
--- chrome/browser/prerender/prerender_field_trial.cc (revision 285608)
+++ chrome/browser/prerender/prerender_field_trial.cc (working copy)
@@ -358,7 +358,7 @@
}
string GetPrerenderServiceURLPrefix() {
- string prefix = chrome_variations::GetVariationParamValue(
+ string prefix = variations::GetVariationParamValue(
kLocalPredictorSpecTrialName,
kPrerenderServiceURLPrefixParameterName);
return prefix.empty() ? kDefaultPrerenderServiceURLPrefix : prefix;
« no previous file with comments | « chrome/browser/omnibox/omnibox_field_trial_unittest.cc ('k') | chrome/browser/profile_resetter/automatic_profile_resetter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698