| 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..99a7f56fdac106fb4834376bf8d04c29d5600568 100644
|
| --- a/components/update_client/update_client_internal.h
|
| +++ b/components/update_client/update_client_internal.h
|
| @@ -62,8 +62,8 @@ class UpdateClientImpl : public UpdateClient {
|
|
|
| base::ThreadChecker thread_checker_;
|
|
|
| - // True is Stop method has been called.
|
| - bool is_stopped_;
|
| + // True if Stop method has been called.
|
| + bool is_stopped_ = false;
|
|
|
| scoped_refptr<Configurator> config_;
|
|
|
|
|