| Index: chrome/browser/ui/webui/browsing_history_handler.h
|
| diff --git a/chrome/browser/ui/webui/browsing_history_handler.h b/chrome/browser/ui/webui/browsing_history_handler.h
|
| index fa64833f565123606d6051183c2d7e76f50a3b69..f94ef2fa129bb6676e5f6cec4d699f7991922723 100644
|
| --- a/chrome/browser/ui/webui/browsing_history_handler.h
|
| +++ b/chrome/browser/ui/webui/browsing_history_handler.h
|
| @@ -58,6 +58,7 @@ class BrowsingHistoryHandler : public content::WebUIMessageHandler,
|
| bool is_search_result, const base::string16& snippet,
|
| bool blocked_visit, const std::string& accept_languages);
|
| HistoryEntry();
|
| + HistoryEntry(const HistoryEntry& other);
|
| virtual ~HistoryEntry();
|
|
|
| // Formats this entry's URL and title and adds them to |result|.
|
|
|