summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorskrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-22 17:16:32 +0000
committerskrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-22 17:16:32 +0000
commit35818452760c23c570b7947e00a3b38e733ce58e (patch)
tree63f56228386eab3c69b468c95d319c8b9e3b6afc /chrome/browser
parent64dc46a5c7f4f2a9f4436e91d86b33fd64898148 (diff)
downloadchromium_src-35818452760c23c570b7947e00a3b38e733ce58e.zip
chromium_src-35818452760c23c570b7947e00a3b38e733ce58e.tar.gz
chromium_src-35818452760c23c570b7947e00a3b38e733ce58e.tar.bz2
Pass the raw history backend pointer to the gmock action rather than the refptr.
Review URL: http://codereview.chromium.org/1072009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/sync/profile_sync_service_typed_url_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc b/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
index ce2f753..fe04d94ac3 100644
--- a/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
@@ -126,7 +126,7 @@ class ProfileSyncServiceTypedUrlTest : public testing::Test {
history_service_ = new HistoryServiceMock();
EXPECT_CALL((*history_service_.get()), ScheduleDBTask(_, _))
.WillRepeatedly(RunTaskOnDBThread(&history_thread_,
- history_backend_));
+ history_backend_.get()));
history_thread_.Start();
notification_service_ =