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

Unified Diff: net/http/http_vary_data_unittest.cc

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 11 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 | « net/http/http_util_unittest.cc ('k') | net/http/transport_security_state_static.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_vary_data_unittest.cc
diff --git a/net/http/http_vary_data_unittest.cc b/net/http/http_vary_data_unittest.cc
index cffa2d299ac85b7dd9a39837baeddda2c73a8b14..19dbbd774d8e6770d1a7f26ae72cceb80bf69bdd 100644
--- a/net/http/http_vary_data_unittest.cc
+++ b/net/http/http_vary_data_unittest.cc
@@ -32,7 +32,7 @@ struct TestTransaction {
TEST(HttpVaryDataTest, IsInvalid) {
// All of these responses should result in an invalid vary data object.
- const char* kTestResponses[] = {
+ const char* const kTestResponses[] = {
"HTTP/1.1 200 OK\n\n",
"HTTP/1.1 200 OK\nVary: *\n\n",
"HTTP/1.1 200 OK\nVary: cookie, *, bar\n\n",
« no previous file with comments | « net/http/http_util_unittest.cc ('k') | net/http/transport_security_state_static.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698