diff options
Diffstat (limited to 'chromium/components/wifi/fake_wifi_service.h')
-rw-r--r-- | chromium/components/wifi/fake_wifi_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/components/wifi/fake_wifi_service.h b/chromium/components/wifi/fake_wifi_service.h index bb5c7574795..551a8b47878 100644 --- a/chromium/components/wifi/fake_wifi_service.h +++ b/chromium/components/wifi/fake_wifi_service.h @@ -34,10 +34,10 @@ class FakeWiFiService : public WiFiService { base::DictionaryValue* properties, std::string* error) override; void SetProperties(const std::string& network_guid, - scoped_ptr<base::DictionaryValue> properties, + std::unique_ptr<base::DictionaryValue> properties, std::string* error) override; void CreateNetwork(bool shared, - scoped_ptr<base::DictionaryValue> properties, + std::unique_ptr<base::DictionaryValue> properties, std::string* network_guid, std::string* error) override; void GetVisibleNetworks(const std::string& network_type, |