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..5060aeb72eefe04b2bc0f0ba5ab2553bc7cf17bd 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 message_center::DisplaySource source) |
OVERRIDE { |
if (notification_id == kNotificationId) |
MessageLoop::current()->PostTask(FROM_HERE, run_loop_->QuitClosure()); |