Index: chrome/browser/ui/webui/ntp/thumbnail_source.cc |
diff --git a/chrome/browser/ui/webui/ntp/thumbnail_source.cc b/chrome/browser/ui/webui/ntp/thumbnail_source.cc |
index 5f3f6f75b7e74371ee63cb96f29691cdd2aad9b1..1f1829b24ab500cfc920ca39d2a2c6b7f03bce6b 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; |
} |