Index: components/copresence/rpc/rpc_handler.h |
diff --git a/components/copresence/rpc/rpc_handler.h b/components/copresence/rpc/rpc_handler.h |
index 2233f9a59d086657ff21bcf6d5ca8cc8b65a4ff0..82840d8f0af4c9b37f2737ac206837c0ace5a387 100644 |
--- a/components/copresence/rpc/rpc_handler.h |
+++ b/components/copresence/rpc/rpc_handler.h |
@@ -50,7 +50,7 @@ class RpcHandler { |
const StatusCallback& callback); |
// Report a set of tokens to the server for a given medium. |
- void ReportTokens(TokenMedium medium, const std::vector<std::string>& tokens); |
+ void ReportTokens(const std::vector<FullToken>& tokens); |
// Create the directive handler and connect it to |
// the whispernet client specified by the delegate. |