| Index: chrome/browser/dom_ui/history_ui.h
|
| diff --git a/chrome/browser/dom_ui/history_ui.h b/chrome/browser/dom_ui/history_ui.h
|
| index 8d33afed1f0188468cb0579210d580884ccadf53..f31a9d8d62bb3dcf896d4ae2fb5852e9f3e76cf5 100644
|
| --- a/chrome/browser/dom_ui/history_ui.h
|
| +++ b/chrome/browser/dom_ui/history_ui.h
|
| @@ -26,9 +26,7 @@ class HistoryUIHTMLSource : public ChromeURLDataManager::DataSource {
|
| virtual void StartDataRequest(const std::string& path,
|
| 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:
|
| ~HistoryUIHTMLSource() {}
|
|
|