| Index: chrome/browser/ui/webui/theme_source.cc
|
| diff --git a/chrome/browser/ui/webui/theme_source.cc b/chrome/browser/ui/webui/theme_source.cc
|
| index 0a87c0809fe96a08873cbdcb5cb3cd9bc9dec38a..ce95355dcdb8b39cfa16ef4f49a10ee20fb5898f 100644
|
| --- a/chrome/browser/ui/webui/theme_source.cc
|
| +++ b/chrome/browser/ui/webui/theme_source.cc
|
| @@ -97,7 +97,7 @@ std::string ThemeSource::GetMimeType(const std::string& path) const {
|
| return "image/png";
|
| }
|
|
|
| -MessageLoop* ThemeSource::MessageLoopForRequestPath(
|
| +base::MessageLoop* ThemeSource::MessageLoopForRequestPath(
|
| const std::string& path) const {
|
| std::string uncached_path;
|
| webui::ParsePathAndScale(GURL(GetThemePath() + path), &uncached_path, NULL);
|
|
|