| Index: chrome/browser/dom_ui/history2_ui.h
|
| diff --git a/chrome/browser/dom_ui/history2_ui.h b/chrome/browser/dom_ui/history2_ui.h
|
| index b38650ef8be7a5e554af58b3a2f8f904f2a6739f..a9e1d2680d4cd5184acc851885a6446678325020 100644
|
| --- a/chrome/browser/dom_ui/history2_ui.h
|
| +++ b/chrome/browser/dom_ui/history2_ui.h
|
| @@ -30,9 +30,7 @@ class HistoryUIHTMLSource2 : public ChromeURLDataManager::DataSource {
|
| bool is_off_the_record,
|
| int request_id);
|
|
|
| - virtual std::string GetMimeType(const std::string&) const {
|
| - return "text/html";
|
| - }
|
| + virtual std::string GetMimeType(const std::string&) const;
|
|
|
| private:
|
| ~HistoryUIHTMLSource2() {}
|
|
|