| Index: sync/tools/sync_client.cc
|
| diff --git a/sync/tools/sync_client.cc b/sync/tools/sync_client.cc
|
| index f671edc10dbd29dafc493c3f0e7d3221584a4d00..216dbc991221e8fcf77cfa1d5d04f1967ada2e15 100644
|
| --- a/sync/tools/sync_client.cc
|
| +++ b/sync/tools/sync_client.cc
|
| @@ -336,7 +336,7 @@ int SyncClientMain(int argc, char* argv[]) {
|
| const char kSyncServerAndPath[] = "clients4.google.com/chrome-sync/dev";
|
| int kSyncServerPort = 443;
|
| bool kUseSsl = true;
|
| - // Used only by RefreshNigori(), so it's okay to leave this as NULL.
|
| + // Used only by InitialProcessMetadata(), so it's okay to leave this as NULL.
|
| const scoped_refptr<base::TaskRunner> blocking_task_runner = NULL;
|
| const char kUserAgent[] = "sync_client";
|
| // TODO(akalin): Replace this with just the context getter once
|
|
|