| Index: chrome/browser/captive_portal/captive_portal_service_unittest.cc
|
| diff --git a/chrome/browser/captive_portal/captive_portal_service_unittest.cc b/chrome/browser/captive_portal/captive_portal_service_unittest.cc
|
| index 6a667f0433fdddec47932f03e8af96b9567d8e39..af6a48752ff30e952eba162f3a1fbdcc44ec26a8 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_service_unittest.cc
|
| +++ b/chrome/browser/captive_portal/captive_portal_service_unittest.cc
|
| @@ -52,9 +52,9 @@ class CaptivePortalObserver : public content::NotificationObserver {
|
| int num_results_received() const { return num_results_received_; }
|
|
|
| private:
|
| - virtual void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) override {
|
| + void Observe(int type,
|
| + const content::NotificationSource& source,
|
| + const content::NotificationDetails& details) override {
|
| ASSERT_EQ(type, chrome::NOTIFICATION_CAPTIVE_PORTAL_CHECK_RESULT);
|
| ASSERT_EQ(profile_, content::Source<Profile>(source).ptr());
|
|
|
|
|