Chromium Code Reviews| Index: components/toolbar/toolbar_model.cc |
| diff --git a/components/toolbar/toolbar_model.cc b/components/toolbar/toolbar_model.cc |
| index f9e12151e2a76081d3069aec40e36c192c1fe54a..4405f78b086e0a3511305345728e2f95696888d6 100644 |
| --- a/components/toolbar/toolbar_model.cc |
| +++ b/components/toolbar/toolbar_model.cc |
| @@ -5,8 +5,7 @@ |
| #include "components/toolbar/toolbar_model.h" |
| ToolbarModel::ToolbarModel() |
| - : input_in_progress_(false), |
| - url_replacement_enabled_(true) { |
| + : input_in_progress_(false) { |
|
Peter Kasting
2016/08/19 22:40:06
Nit: Can be on previous line
I might just inline
Marc Treib
2016/08/22 08:45:55
Done.
|
| } |
| ToolbarModel::~ToolbarModel() { |
|
Peter Kasting
2016/08/19 22:40:06
Nit: I'd remove this and just use =default in the
Marc Treib
2016/08/22 08:45:55
Done.
|