Index: chrome/browser/ui/webui/browsing_history_handler.cc |
diff --git a/chrome/browser/ui/webui/browsing_history_handler.cc b/chrome/browser/ui/webui/browsing_history_handler.cc |
index 2ca90cc260541733da995dd4b1ec25006b6a1852..253a80c9c3bf387f31b7113114667d628aeb2f55 100644 |
--- a/chrome/browser/ui/webui/browsing_history_handler.cc |
+++ b/chrome/browser/ui/webui/browsing_history_handler.cc |
@@ -273,7 +273,7 @@ scoped_ptr<base::DictionaryValue> BrowsingHistoryHandler::HistoryEntry::ToValue( |
} |
#endif |
- return result.Pass(); |
+ return result; |
} |
bool BrowsingHistoryHandler::HistoryEntry::SortByTimeDescending( |