Index: components/wifi/wifi_service_win.cc |
diff --git a/components/wifi/wifi_service_win.cc b/components/wifi/wifi_service_win.cc |
index 5145fba2e0f59edbe118d2487332404a800cb58f..661f60260b1218f8166b32a7805616ca6b94d49c 100644 |
--- a/components/wifi/wifi_service_win.cc |
+++ b/components/wifi/wifi_service_win.cc |
@@ -491,11 +491,12 @@ WiFiServiceImpl::WiFiServiceImpl() |
WlanGetProfile_function_(NULL), |
WlanOpenHandle_function_(NULL), |
WlanRegisterNotification_function_(NULL), |
- WlanSaveTemporaryProfile_function_(NULL), |
WlanScan_function_(NULL), |
WlanSetProfile_function_(NULL), |
+ WlanSaveTemporaryProfile_function_(NULL), |
client_(NULL), |
- enable_notify_network_changed_(true) {} |
+ enable_notify_network_changed_(true) { |
+} |
WiFiServiceImpl::~WiFiServiceImpl() { UnInitialize(); } |