| Index: chrome/browser/sync/test/integration/single_client_backup_rollback_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_backup_rollback_test.cc b/chrome/browser/sync/test/integration/single_client_backup_rollback_test.cc
|
| index aa350134cb7c3cc4e53de27bf7ce1b736b4e7183..881cc44ffa4d6a98fdbf858673321c4cc10c39da 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_backup_rollback_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_backup_rollback_test.cc
|
| @@ -41,13 +41,13 @@ class SingleClientBackupRollbackTest : public SyncTest {
|
| ~SingleClientBackupRollbackTest() override {}
|
|
|
| void DisableBackup() {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| - switches::kSyncDisableBackup);
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + switches::kSyncDisableBackup);
|
| }
|
|
|
| void DisableRollback() {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| - switches::kSyncDisableRollback);
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + switches::kSyncDisableRollback);
|
| }
|
|
|
| base::Time GetBackupDbLastModified() {
|
|
|