| Index: chromeos/timezone/timezone_resolver.h
|
| diff --git a/chromeos/timezone/timezone_resolver.h b/chromeos/timezone/timezone_resolver.h
|
| index 231575bb21aa415b6c5ea6ea64ee9d58bcf1181f..35e6c2e792b28e93f665cc5504453b7fd6b60cf1 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_;
|
| +
|
| base::ThreadChecker thread_checker_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TimeZoneResolver);
|
|
|