| Index: chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| index 859bd64f735409e0c92506ee894c54b9c201a90a..70a45bf52a5fcc5494a600cf970f63de058d13c5 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| @@ -67,7 +67,7 @@ class NewTabUI : public content::WebUIController,
|
| virtual ~NewTabHTMLSource();
|
|
|
| // content::URLDataSource implementation.
|
| - virtual std::string GetSource() OVERRIDE;
|
| + virtual std::string GetSource() const OVERRIDE;
|
| virtual void StartDataRequest(
|
| const std::string& path,
|
| bool is_incognito,
|
|
|