Index: trunk/src/chrome/browser/history/in_memory_url_index.cc |
=================================================================== |
--- trunk/src/chrome/browser/history/in_memory_url_index.cc (revision 285001) |
+++ trunk/src/chrome/browser/history/in_memory_url_index.cc (working copy) |
@@ -296,9 +296,8 @@ |
HistoryServiceFactory::GetForProfile(profile_, |
Profile::EXPLICIT_ACCESS); |
service->ScheduleDBTask( |
- scoped_ptr<history::HistoryDBTask>( |
- new InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask( |
- this, languages_, scheme_whitelist_)), |
+ new InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask( |
+ this, languages_, scheme_whitelist_), |
&cache_reader_tracker_); |
} |