| Index: chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.cc b/chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| index 639fb108586d4e93ba97359e225f8110328d872d..4114a32fce8218f95f1fb38fbb1b3e1fe786b014 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| @@ -135,7 +135,7 @@ void SyncBackendHostImpl::Initialize(
|
| InternalComponentsFactory::BACKOFF_NORMAL
|
| };
|
|
|
| - CommandLine* cl = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
|
| if (cl->HasSwitch(switches::kSyncShortInitialRetryOverride)) {
|
| factory_switches.backoff_override =
|
| InternalComponentsFactory::BACKOFF_SHORT_INITIAL_RETRY_OVERRIDE;
|
|
|