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

Unified Diff: sync/tools/sync_client.cc

Issue 11275088: Remove implicit scoped_refptr operator T* Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years, 2 months 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
« no previous file with comments | « sync/test/engine/syncer_command_test.h ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « sync/test/engine/syncer_command_test.h ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698