| Index: chrome/browser/chromeos/system/device_disabling_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/system/device_disabling_browsertest.cc b/chrome/browser/chromeos/system/device_disabling_browsertest.cc
|
| index 79250c81ed62a7ff745ad06fd420e8d9a421a34d..a7ec0741b8d2bd10c5b803b1133bf9f57ecc400a 100644
|
| --- a/chrome/browser/chromeos/system/device_disabling_browsertest.cc
|
| +++ b/chrome/browser/chromeos/system/device_disabling_browsertest.cc
|
| @@ -33,7 +33,7 @@ class DeviceDisablingTest : public InProcessBrowserTest {
|
| private:
|
| // InProcessBrowserTest:
|
| void SetUpInProcessBrowserTestFixture() override;
|
| - void SetUpCommandLine(CommandLine* command_line) override;
|
| + void SetUpCommandLine(base::CommandLine* command_line) override;
|
|
|
| FakeSessionManagerClient* fake_session_manager_client_;
|
| policy::DevicePolicyCrosTestHelper test_helper_;
|
| @@ -65,7 +65,7 @@ void DeviceDisablingTest::SetUpInProcessBrowserTestFixture() {
|
| test_helper_.MarkAsEnterpriseOwned();
|
| }
|
|
|
| -void DeviceDisablingTest::SetUpCommandLine(CommandLine* command_line) {
|
| +void DeviceDisablingTest::SetUpCommandLine(base::CommandLine* command_line) {
|
| command_line->AppendSwitch(switches::kLoginManager);
|
| command_line->AppendSwitch(switches::kForceLoginManagerInTests);
|
| }
|
|
|