Index: components/copresence/rpc/http_post.h |
diff --git a/components/copresence/rpc/http_post.h b/components/copresence/rpc/http_post.h |
index 53a3d1c37f4a519d7fead60751742c8eeaff58e3..a23dfa817449058c87d36ba92d39e8767ab65315 100644 |
--- a/components/copresence/rpc/http_post.h |
+++ b/components/copresence/rpc/http_post.h |
@@ -55,7 +55,7 @@ class HttpPost : public net::URLFetcherDelegate { |
private: |
static const int kUrlFetcherId = 1; |
static const char kApiKeyField[]; |
- static const char kTracingTokenField[]; |
+ static const char kTracingField[]; |
friend class HttpPostTest; |