| Index: components/wifi/fake_wifi_service.h
|
| diff --git a/components/wifi/fake_wifi_service.h b/components/wifi/fake_wifi_service.h
|
| index fba1f522fe2a6f2316bd7b33a5f42f8457006551..41695c219e1f9aca7ee7ed077fa4b4cac8f5f0c2 100644
|
| --- a/components/wifi/fake_wifi_service.h
|
| +++ b/components/wifi/fake_wifi_service.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| +#include "components/wifi/network_properties.h"
|
| #include "components/wifi/wifi_service.h"
|
|
|
| namespace wifi {
|
| @@ -38,7 +39,8 @@ class FakeWiFiService : public WiFiService {
|
| std::string* network_guid,
|
| std::string* error) OVERRIDE;
|
| virtual void GetVisibleNetworks(const std::string& network_type,
|
| - base::ListValue* network_list) OVERRIDE;
|
| + base::ListValue* network_list,
|
| + bool include_details) OVERRIDE;
|
| virtual void RequestNetworkScan() OVERRIDE;
|
| virtual void StartConnect(const std::string& network_guid,
|
| std::string* error) OVERRIDE;
|
|
|