| Index: components/copresence/rpc/http_post_unittest.cc
|
| diff --git a/components/copresence/rpc/http_post_unittest.cc b/components/copresence/rpc/http_post_unittest.cc
|
| index 46a85b1a69e005bd3e12d5b5453928e81bd0d83a..9a847506efdab64752feb15e5530ee4b2e17ed12 100644
|
| --- a/components/copresence/rpc/http_post_unittest.cc
|
| +++ b/components/copresence/rpc/http_post_unittest.cc
|
| @@ -79,7 +79,7 @@ class HttpPostTest : public testing::Test {
|
| const std::string GetTracingTokenSent() {
|
| std::string tracing_token_sent;
|
| net::GetValueForKeyInQuery(GetFetcher()->GetOriginalURL(),
|
| - HttpPost::kTracingTokenField,
|
| + HttpPost::kTracingField,
|
| &tracing_token_sent);
|
| return tracing_token_sent;
|
| }
|
|
|