Chromium Code Reviews| Index: components/update_client/update_client_internal.h |
| diff --git a/components/update_client/update_client_internal.h b/components/update_client/update_client_internal.h |
| index 83cdd10344e3241d7e1c0396464ea0ec2b48a0ee..e3cff2dc2fce252c54e285d3036dc8fe449b2912 100644 |
| --- a/components/update_client/update_client_internal.h |
| +++ b/components/update_client/update_client_internal.h |
| @@ -63,7 +63,7 @@ class UpdateClientImpl : public UpdateClient { |
| base::ThreadChecker thread_checker_; |
| // True is Stop method has been called. |
|
waffles
2017/04/24 18:57:22
is→if
Sorin Jianu
2017/04/24 23:26:45
Done.
|
| - bool is_stopped_; |
| + bool is_stopped_ = false; |
| scoped_refptr<Configurator> config_; |