| Index: components/suggestions/suggestions_service.cc
|
| ===================================================================
|
| --- components/suggestions/suggestions_service.cc (revision 285608)
|
| +++ components/suggestions/suggestions_service.cc (working copy)
|
| @@ -53,8 +53,7 @@
|
| // 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 chrome_variations::GetVariationParamValue(kSuggestionsFieldTrialName,
|
| - key);
|
| + return variations::GetVariationParamValue(kSuggestionsFieldTrialName, key);
|
| }
|
|
|
| GURL BuildBlacklistRequestURL(const std::string& blacklist_url_prefix,
|
|
|