summaryrefslogtreecommitdiffstats
path: root/components/rappor
diff options
context:
space:
mode:
authorasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-26 18:35:47 +0000
committerasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-26 18:35:47 +0000
commit59b6f67b2322da165b0a7f5116fe0b9214975220 (patch)
tree6bb38223ae28337ef8853ff67774e64789c33454 /components/rappor
parent35a317204e3c4ec6165fc8125670d0d9af312be1 (diff)
downloadchromium_src-59b6f67b2322da165b0a7f5116fe0b9214975220.zip
chromium_src-59b6f67b2322da165b0a7f5116fe0b9214975220.tar.gz
chromium_src-59b6f67b2322da165b0a7f5116fe0b9214975220.tar.bz2
Move variations component code to variations namespace.
This is a re-land of https://codereview.chromium.org/412943002/ which broke on the official builder. BUG=284540 TBR=sky@chromium.org, mathp@chromium.org, jwd@chromium.org Review URL: https://codereview.chromium.org/421663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285778 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/rappor')
-rw-r--r--components/rappor/rappor_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/rappor/rappor_service.cc b/components/rappor/rappor_service.cc
index 530909e..0f79d8e 100644
--- a/components/rappor/rappor_service.cc
+++ b/components/rappor/rappor_service.cc
@@ -39,7 +39,7 @@ const char kRapporRolloutServerUrlParam[] = "ServerUrl";
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())