| 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 470a7dfa0d050f728a50f1082cb7ac73be39ef09..6a667f0433fdddec47932f03e8af96b9567d8e39 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_service_unittest.cc
|
| +++ b/chrome/browser/captive_portal/captive_portal_service_unittest.cc
|
| @@ -54,7 +54,7 @@ class CaptivePortalObserver : public content::NotificationObserver {
|
| private:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE {
|
| + const content::NotificationDetails& details) override {
|
| ASSERT_EQ(type, chrome::NOTIFICATION_CAPTIVE_PORTAL_CHECK_RESULT);
|
| ASSERT_EQ(profile_, content::Source<Profile>(source).ptr());
|
|
|
|
|