| Index: trunk/src/components/suggestions/suggestions_service.cc
|
| ===================================================================
|
| --- trunk/src/components/suggestions/suggestions_service.cc (revision 285674)
|
| +++ trunk/src/components/suggestions/suggestions_service.cc (working copy)
|
| @@ -53,7 +53,8 @@
|
| // Obtains the experiment parameter under the supplied |key|, or empty string
|
| // if the parameter does not exist.
|
| std::string GetExperimentParam(const std::string& key) {
|
| - return variations::GetVariationParamValue(kSuggestionsFieldTrialName, key);
|
| + return chrome_variations::GetVariationParamValue(kSuggestionsFieldTrialName,
|
| + key);
|
| }
|
|
|
| GURL BuildBlacklistRequestURL(const std::string& blacklist_url_prefix,
|
|
|