| 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 3a4895bd617ae51af8c6f646bf7ec0fff1c2a7aa..5f3f6f75b7e74371ee63cb96f29691cdd2aad9b1 100644
|
| --- a/chrome/browser/ui/webui/ntp/thumbnail_source.cc
|
| +++ b/chrome/browser/ui/webui/ntp/thumbnail_source.cc
|
| @@ -68,7 +68,7 @@ std::string ThumbnailSource::GetMimeType(const std::string&) const {
|
| return "image/png";
|
| }
|
|
|
| -MessageLoop* ThumbnailSource::MessageLoopForRequestPath(
|
| +base::MessageLoop* ThumbnailSource::MessageLoopForRequestPath(
|
| const std::string& path) const {
|
| // TopSites can be accessed from the IO thread.
|
| return thumbnail_service_.get() ?
|
|
|