| Index: ash/accelerators/accelerator_table_unittest.cc
|
| diff --git a/ash/accelerators/accelerator_table_unittest.cc b/ash/accelerators/accelerator_table_unittest.cc
|
| index d54e1d97f1d4435d3b5db87d2a6d573cd5d5f90e..79ae8833dde9d36f22e4a3633f4f28bcb924d415 100644
|
| --- a/ash/accelerators/accelerator_table_unittest.cc
|
| +++ b/ash/accelerators/accelerator_table_unittest.cc
|
| @@ -20,7 +20,7 @@ constexpr int kNonSearchAcceleratorsNum = 93;
|
| // The hash of non-Search-based accelerators as of 2017-04-11.
|
| // See HashAcceleratorData().
|
| constexpr char kNonSearchAcceleratorsHash[] =
|
| - "c24f35143a69b4378834207913b5a708";
|
| + "8230d7ecd3180fdbc10f96bfa170b1ac";
|
|
|
| struct Cmp {
|
| bool operator()(const AcceleratorData& lhs, const AcceleratorData& rhs) {
|
|
|