| Index: chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc b/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
|
| index 70a0135dea10ad283051575a58d2dbffdbde69bd..597d0832956dee7261f3535e2678656588bf730a 100644
|
| --- a/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
|
| +++ b/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
|
| @@ -69,7 +69,9 @@ class TestObserver : public MessageCenterObserver {
|
| run_loop_.reset(new base::RunLoop());
|
| }
|
|
|
| - virtual void OnNotificationDisplayed(const std::string& notification_id)
|
| + virtual void OnNotificationDisplayed(
|
| + const std::string& notification_id,
|
| + const NotificationDisplaySource source)
|
| OVERRIDE {
|
| if (notification_id == kNotificationId)
|
| MessageLoop::current()->PostTask(FROM_HERE, run_loop_->QuitClosure());
|
|
|