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

Unified Diff: chrome/browser/history/typed_url_syncable_service_unittest.cc

Issue 16296002: Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 7 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
Index: chrome/browser/history/typed_url_syncable_service_unittest.cc
diff --git a/chrome/browser/history/typed_url_syncable_service_unittest.cc b/chrome/browser/history/typed_url_syncable_service_unittest.cc
index b3e3bbfb1e5fc25bf51ce345cff5c8a636d882d0..149ec4bae8779ecdddb9f4a96940e7757f71bedd 100644
--- a/chrome/browser/history/typed_url_syncable_service_unittest.cc
+++ b/chrome/browser/history/typed_url_syncable_service_unittest.cc
@@ -158,8 +158,8 @@ class TypedUrlSyncableServiceTest : public testing::Test {
virtual void SetUp() OVERRIDE {
fake_history_backend_ = new TestHistoryBackend();
- typed_url_sync_service_.reset(new TypedUrlSyncableService(
- fake_history_backend_));
+ typed_url_sync_service_.reset(
+ new TypedUrlSyncableService(fake_history_backend_.get()));
fake_change_processor_.reset(new TestChangeProcessor);
}
« no previous file with comments | « chrome/browser/history/top_sites_likely_impl_unittest.cc ('k') | chrome/browser/history/url_index_private_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698