| Index: chrome/browser/signin/easy_unlock_service_browsertest_chromeos.cc
|
| diff --git a/chrome/browser/signin/easy_unlock_service_browsertest_chromeos.cc b/chrome/browser/signin/easy_unlock_service_browsertest_chromeos.cc
|
| index 03437935f4628f1b03a60d549866e0dd9814ed6a..b8e37c2932dd332c48199b18fb9d8072698f2052 100644
|
| --- a/chrome/browser/signin/easy_unlock_service_browsertest_chromeos.cc
|
| +++ b/chrome/browser/signin/easy_unlock_service_browsertest_chromeos.cc
|
| @@ -114,7 +114,7 @@ class EasyUnlockServiceTest : public InProcessBrowserTest {
|
| scoped_ptr<PowerManagerClient>(power_manager_client_));
|
| }
|
|
|
| - void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| command_line->AppendSwitch(
|
| proximity_auth::switches::kForceLoadEasyUnlockAppInTests);
|
| }
|
| @@ -207,7 +207,7 @@ class EasyUnlockServiceDisabledTest : public EasyUnlockServiceTest {
|
| ~EasyUnlockServiceDisabledTest() override {}
|
|
|
| // InProcessBrowserTest:
|
| - void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| command_line->AppendSwitch(proximity_auth::switches::kDisableEasyUnlock);
|
| }
|
|
|
|
|