Index: chrome/browser/android/history_report/data_provider.cc |
diff --git a/chrome/browser/android/history_report/data_provider.cc b/chrome/browser/android/history_report/data_provider.cc |
index cde2a3acd1cd5986245439be9efaa9102ce52691..73c843545899bcbc55f019a3224595478bb01f9c 100644 |
--- a/chrome/browser/android/history_report/data_provider.cc |
+++ b/chrome/browser/android/history_report/data_provider.cc |
@@ -151,7 +151,7 @@ scoped_ptr<std::vector<DeltaFileEntryWithData>> DataProvider::Query( |
if (entry.SeqNo() > last_seq_no) last_seq_no = entry.SeqNo(); |
} |
} while (!entries->empty() && valid_entries->empty()); |
- return valid_entries.Pass(); |
+ return valid_entries; |
} |
void DataProvider::StartVisitMigrationToUsageBuffer( |