Chromium Code Reviews| Index: ash/common/accelerators/accelerator_table_unittest.cc |
| diff --git a/ash/common/accelerators/accelerator_table_unittest.cc b/ash/common/accelerators/accelerator_table_unittest.cc |
| index 8a4c32dabc0e567ff5dc22d2cb0fad0f7cf18850..8a890aec7eadb64196b015c0a3450d69b3ec9988 100644 |
| --- a/ash/common/accelerators/accelerator_table_unittest.cc |
| +++ b/ash/common/accelerators/accelerator_table_unittest.cc |
| @@ -16,11 +16,11 @@ namespace ash { |
| namespace { |
| // The number of non-Search-based accelerators as of 2017-04-06. |
|
oshima
2017/04/11 19:04:47
update the comment
|
| -constexpr int kNonSearchAcceleratorsNum = 92; |
| +constexpr int kNonSearchAcceleratorsNum = 93; |
| // The hash of non-Search-based accelerators as of 2017-04-06. |
| // See HashAcceleratorData(). |
| constexpr char kNonSearchAcceleratorsHash[] = |
| - "6c6695ca5f4d7298504e4d1e8a148902"; |
| + "c24f35143a69b4378834207913b5a708"; |
| struct Cmp { |
| bool operator()(const AcceleratorData& lhs, const AcceleratorData& rhs) { |