| Index: chrome/browser/captive_portal/captive_portal_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/captive_portal/captive_portal_browsertest.cc (revision 181040)
|
| +++ chrome/browser/captive_portal/captive_portal_browsertest.cc (working copy)
|
| @@ -691,9 +691,9 @@
|
|
|
| private:
|
| // Records results and exits the message loop, if needed.
|
| - void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + virtual void Observe(int type,
|
| + const content::NotificationSource& source,
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Number of times OnPortalResult has been called since construction.
|
| int num_results_received_;
|
|
|