summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/ntp/thumbnail_source.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/ntp/thumbnail_source.cc')
-rw-r--r--chrome/browser/ui/webui/ntp/thumbnail_source.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/ntp/thumbnail_source.cc b/chrome/browser/ui/webui/ntp/thumbnail_source.cc
index 5f3f6f7..1f1829b 100644
--- a/chrome/browser/ui/webui/ntp/thumbnail_source.cc
+++ b/chrome/browser/ui/webui/ntp/thumbnail_source.cc
@@ -30,7 +30,7 @@ ThumbnailSource::ThumbnailSource(Profile* profile)
ThumbnailSource::~ThumbnailSource() {
}
-std::string ThumbnailSource::GetSource() {
+std::string ThumbnailSource::GetSource() const {
return chrome::kChromeUIThumbnailHost;
}