| Index: chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc
|
| diff --git a/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc b/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc
|
| index 342ae8f28e190933c0e2ae8814c795951a9d2fe3..0301efa0631bed8ee446c7d651b3d934b7d378cc 100644
|
| --- a/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc
|
| +++ b/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc
|
| @@ -14,7 +14,7 @@
|
|
|
| namespace {
|
|
|
| -const char* chunks[] = {"{\"a\": 1,", "\"b\": 2}"};
|
| +const char* const chunks[] = {"{\"a\": 1,", "\"b\": 2}"};
|
|
|
| scoped_ptr<base::Value> GetSnapshotAsValue() {
|
| scoped_ptr<base::DictionaryValue> dict(new base::DictionaryValue());
|
|
|