| Index: sync/tools/sync_client.cc
|
| diff --git a/sync/tools/sync_client.cc b/sync/tools/sync_client.cc
|
| index 78db3b4b3e1eb93ae07f55ff71ae12c69a7e7e63..351623b03e58c977e6b5cb926dab597d7fe2e9fe 100644
|
| --- a/sync/tools/sync_client.cc
|
| +++ b/sync/tools/sync_client.cc
|
| @@ -346,7 +346,7 @@ int SyncClientMain(int argc, char* argv[]) {
|
| // TODO(akalin): Replace this with just the context getter once
|
| // HttpPostProviderFactory is removed.
|
| scoped_ptr<HttpPostProviderFactory> post_factory(
|
| - new HttpBridgeFactory(context_getter, kUserAgent));
|
| + new HttpBridgeFactory(context_getter.get(), kUserAgent));
|
| // Used only when committing bookmarks, so it's okay to leave this
|
| // as NULL.
|
| ExtensionsActivityMonitor* extensions_activity_monitor = NULL;
|
|
|