commit | f533677d489d16074485868aaaa74baad47135d1 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Tue Jan 19 16:43:56 2016 -0800 |
committer | Vitaly Buka <vitalybuka@google.com> | Wed Jan 20 01:32:01 2016 +0000 |
tree | a98063b6150eb34facde8f3221e08000b77bf855 | |
parent | 6741755651fc918a63beb2a6627f8a54c636afb1 [diff] [blame] |
Implemented _accessControlBlackList trait BUG:25768272 BUG:25777665 Change-Id: Id32475816dbd9ec24b020f4f2a68274a978729c8 Reviewed-on: https://weave-review.googlesource.com/2209 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/src/base_api_handler.h b/src/base_api_handler.h index 1dbbac8..6eebfca 100644 --- a/src/base_api_handler.h +++ b/src/base_api_handler.h
@@ -33,7 +33,7 @@ void OnConfigChanged(const Settings& settings); DeviceRegistrationInfo* device_info_; - Device* device_; + Device* device_{nullptr}; base::WeakPtrFactory<BaseApiHandler> weak_ptr_factory_{this}; DISALLOW_COPY_AND_ASSIGN(BaseApiHandler);