| Index: components/copresence/rpc/http_post.h
|
| diff --git a/components/copresence/rpc/http_post.h b/components/copresence/rpc/http_post.h
|
| index f324b69066d76d5b51739de7169bbc885e6b34ba..e0628a301ce2f4e6107e13f6e2fe8bba6ecbc0f4 100644
|
| --- a/components/copresence/rpc/http_post.h
|
| +++ b/components/copresence/rpc/http_post.h
|
| @@ -42,8 +42,9 @@ class HttpPost : public net::URLFetcherDelegate {
|
| HttpPost(net::URLRequestContextGetter* url_context_getter,
|
| const std::string& server_host,
|
| const std::string& rpc_name,
|
| - const std::string& tracing_token,
|
| std::string api_key, // If blank, we overwrite with a default.
|
| + const std::string& auth_token,
|
| + const std::string& tracing_token,
|
| const google::protobuf::MessageLite& request_proto);
|
|
|
| // HTTP requests are cancelled on delete.
|
|
|