Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: chrome/browser/chromeos/system/device_disabling_browsertest.cc

Issue 819133004: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
« no previous file with comments | « chrome/browser/chromeos/settings/owner_flags_storage.cc ('k') | chrome/browser/chromeos/system/device_disabling_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698