Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Unified Diff: components/copresence/rpc/http_post_unittest.cc

Issue 484853004: Improving copresence request logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hack
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/copresence/rpc/http_post.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « components/copresence/rpc/http_post.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698