| Index: chrome/browser/chromeos/net/network_portal_detector_test_impl.h
|
| diff --git a/chrome/browser/chromeos/net/network_portal_detector_test_impl.h b/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
|
| index a176ba2b9701d096b2b33dd1b6b22ccb9fe76fd8..9cbb45ab978ed83521d2edb796c59d85aaab859a 100644
|
| --- a/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
|
| +++ b/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
|
| @@ -21,7 +21,8 @@ class NetworkPortalDetectorTestImpl : public NetworkPortalDetector {
|
| NetworkPortalDetectorTestImpl();
|
| virtual ~NetworkPortalDetectorTestImpl();
|
|
|
| - void SetDefaultNetworkPathForTesting(const std::string& service_path);
|
| + void SetDefaultNetworkPathForTesting(const std::string& service_path,
|
| + const std::string& guid);
|
| void SetDetectionResultsForTesting(const std::string& service_path,
|
| const CaptivePortalState& state);
|
| void NotifyObserversForTesting();
|
|
|