Index: chrome/test/chromedriver/chrome/heap_snapshot_taker.cc |
diff --git a/chrome/test/chromedriver/chrome/heap_snapshot_taker.cc b/chrome/test/chromedriver/chrome/heap_snapshot_taker.cc |
index 996d78d09508973cac8d92202428f733ba58fc07..0f119e0f1c9a8530c745591df79f26c1139efaf9 100644 |
--- a/chrome/test/chromedriver/chrome/heap_snapshot_taker.cc |
+++ b/chrome/test/chromedriver/chrome/heap_snapshot_taker.cc |
@@ -43,7 +43,7 @@ Status HeapSnapshotTaker::TakeSnapshot(scoped_ptr<base::Value>* snapshot) { |
Status HeapSnapshotTaker::TakeSnapshotInternal() { |
base::DictionaryValue params; |
- const char* kMethods[] = { |
+ const char* const kMethods[] = { |
"Debugger.enable", |
"HeapProfiler.collectGarbage", |
"HeapProfiler.takeHeapSnapshot" |