Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.cc b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
index 4ba1c7845f2c269269593baef30a28f503fd6473..52c3cd17052d7ae0089c2b3765d11cc5f92df8c2 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
@@ -309,7 +309,7 @@ NewTabUI::NewTabHTMLSource::NewTabHTMLSource(Profile* profile) |
: profile_(profile) { |
} |
-std::string NewTabUI::NewTabHTMLSource::GetSource() { |
+std::string NewTabUI::NewTabHTMLSource::GetSource() const { |
return chrome::kChromeUINewTabHost; |
} |