Chromium Code Reviews| Index: courgette/adjustment_method.cc |
| =================================================================== |
| --- courgette/adjustment_method.cc (revision 17518) |
| +++ courgette/adjustment_method.cc (working copy) |
| @@ -686,7 +686,7 @@ |
| return new NullAdjustmentMethod(); |
| } |
| -AdjustmentMethod* AdjustmentMethod::MakeProductionAdjustmentMethod() { |
| +AdjustmentMethod* AdjustmentMethod::MakeTrieAdjustmentMethod() { |
| return new GraphAdjuster(); |
| } |