Chromium Code Reviews| Index: chromeos/timezone/timezone_resolver.h |
| diff --git a/chromeos/timezone/timezone_resolver.h b/chromeos/timezone/timezone_resolver.h |
| index 231575bb21aa415b6c5ea6ea64ee9d58bcf1181f..9ed13b4c1c7cd9957102b0fb7794e28a18fcb784 100644 |
| --- a/chromeos/timezone/timezone_resolver.h |
| +++ b/chromeos/timezone/timezone_resolver.h |
| @@ -79,6 +79,8 @@ class CHROMEOS_EXPORT TimeZoneResolver { |
| scoped_ptr<TimeZoneResolverImpl> implementation_; |
| + bool send_wifi_data_to_geolocation_api_ = false; |
|
stevenjb
2016/03/22 16:39:49
Initialize all members inline or none.
Alexander Alekseev
2016/03/23 00:04:46
Done.
|
| + |
| base::ThreadChecker thread_checker_; |
| DISALLOW_COPY_AND_ASSIGN(TimeZoneResolver); |