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

Unified Diff: chrome/browser/sync/test/integration/bookmarks_helper.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
Index: chrome/browser/sync/test/integration/bookmarks_helper.cc
diff --git a/chrome/browser/sync/test/integration/bookmarks_helper.cc b/chrome/browser/sync/test/integration/bookmarks_helper.cc
index 856797dcdde7e9849b635e759a84429ab8c5dae8..39f305d80206ab2544614b66b593dcfc4dad7a64 100644
--- a/chrome/browser/sync/test/integration/bookmarks_helper.cc
+++ b/chrome/browser/sync/test/integration/bookmarks_helper.cc
@@ -223,7 +223,7 @@ void WaitForHistoryToProcessPendingTasks() {
for (size_t i = 0; i < profiles_which_need_to_wait.size(); ++i) {
Profile* profile = profiles_which_need_to_wait[i];
HistoryService* history_service =
- HistoryServiceFactory::GetForProfileWithoutCreating(profile);
+ HistoryServiceFactory::GetForProfileWithoutCreating(profile).get();
base::WaitableEvent done(false, false);
CancelableRequestConsumer request_consumer;
history_service->ScheduleDBTask(new HistoryEmptyTask(&done),
« no previous file with comments | « chrome/browser/sync/test/integration/autofill_helper.cc ('k') | chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698