| Index: components/rappor/rappor_service.cc
|
| ===================================================================
|
| --- components/rappor/rappor_service.cc (revision 285608)
|
| +++ components/rappor/rappor_service.cc (working copy)
|
| @@ -39,7 +39,7 @@
|
| const char kDefaultServerUrl[] = "https://clients4.google.com/rappor";
|
|
|
| GURL GetServerUrl() {
|
| - std::string server_url = chrome_variations::GetVariationParamValue(
|
| + std::string server_url = variations::GetVariationParamValue(
|
| kRapporRolloutFieldTrialName,
|
| kRapporRolloutServerUrlParam);
|
| if (!server_url.empty())
|
|
|