| Index: chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc b/chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc
|
| index 859b831813898048e727f81772e367204aea72f7..049c95a47d50e3103e6a6d559377bfb607e98adb 100644
|
| --- a/chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc
|
| @@ -345,10 +345,10 @@ class LocalDiscoveryUITest : public WebUIBrowserTest {
|
| &fetcher_impl_factory_,
|
| fake_url_fetcher_creator_.callback()) {
|
| }
|
| - virtual ~LocalDiscoveryUITest() {
|
| + ~LocalDiscoveryUITest() override {
|
| }
|
|
|
| - virtual void SetUpOnMainThread() override {
|
| + void SetUpOnMainThread() override {
|
| WebUIBrowserTest::SetUpOnMainThread();
|
|
|
| test_service_discovery_client_ = new TestServiceDiscoveryClient();
|
| @@ -425,7 +425,7 @@ class LocalDiscoveryUITest : public WebUIBrowserTest {
|
| AddLibrary(base::FilePath(FILE_PATH_LITERAL("local_discovery_ui_test.js")));
|
| }
|
|
|
| - virtual void SetUpCommandLine(base::CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| #if defined(OS_CHROMEOS)
|
| // On chromeos, don't sign in with the stub-user automatically. Use the
|
| // kLoginUser instead.
|
|
|