| Index: chromeos/network/network_state_handler.h
|
| diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
|
| index b752227708f59086e83ce3f4bef30dc7d7ac2689..c3df34455630b05ede7cb0379c2c455d537c9597 100644
|
| --- a/chromeos/network/network_state_handler.h
|
| +++ b/chromeos/network/network_state_handler.h
|
| @@ -244,7 +244,7 @@ class CHROMEOS_EXPORT NetworkStateHandler
|
| const std::string& error);
|
|
|
| // Constructs and initializes an instance for testing.
|
| - static NetworkStateHandler* InitializeForTest();
|
| + static std::unique_ptr<NetworkStateHandler> InitializeForTest();
|
|
|
| // Default set of comma separated interfaces on which to enable
|
| // portal checking.
|
|
|