aboutsummaryrefslogtreecommitdiff
path: root/src/base_api_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base_api_handler.h')
-rw-r--r--src/base_api_handler.h2
1 files changed, 1 insertions, 1 deletions
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 @@ class BaseApiHandler final {
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);