| Index: net/tools/quic/end_to_end_test.cc
|
| diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
|
| index 1104528c49d376fbeb29957c78218ba554fe60ea..0a5010dac30bb1e4189ccda452d83039e549839d 100644
|
| --- a/net/tools/quic/end_to_end_test.cc
|
| +++ b/net/tools/quic/end_to_end_test.cc
|
| @@ -70,8 +70,8 @@ namespace tools {
|
| namespace test {
|
| namespace {
|
|
|
| -const char* kFooResponseBody = "Artichoke hearts make me happy.";
|
| -const char* kBarResponseBody = "Palm hearts are pretty delicious, also.";
|
| +const char kFooResponseBody[] = "Artichoke hearts make me happy.";
|
| +const char kBarResponseBody[] = "Palm hearts are pretty delicious, also.";
|
|
|
| // Run all tests with the cross products of all versions.
|
| struct TestParams {
|
|
|