| Index: content/browser/net_info_browsertest.cc
|
| diff --git a/content/browser/net_info_browsertest.cc b/content/browser/net_info_browsertest.cc
|
| index 23a2968d84d24e28609e46b6d0e0085b93d91a0c..cea69620487ab2cb1cfcf68343d3a5431a928bc2 100644
|
| --- a/content/browser/net_info_browsertest.cc
|
| +++ b/content/browser/net_info_browsertest.cc
|
| @@ -14,7 +14,7 @@
|
|
|
| class NetInfoBrowserTest : public content::ContentBrowserTest {
|
| protected:
|
| - virtual void SetUpCommandLine(base::CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| // TODO(jkarlin): Once NetInfo is enabled on all platforms remove this
|
| // switch.
|
| command_line->AppendSwitch(switches::kEnableNetworkInformation);
|
| @@ -30,7 +30,7 @@ class NetInfoBrowserTest : public content::ContentBrowserTest {
|
| }
|
| #endif
|
|
|
| - virtual void SetUpOnMainThread() override {
|
| + void SetUpOnMainThread() override {
|
| net::NetworkChangeNotifier::SetTestNotificationsOnly(true);
|
| base::RunLoop().RunUntilIdle();
|
| }
|
|
|