Index: chrome/browser/ui/webui/theme_source.cc |
=================================================================== |
--- chrome/browser/ui/webui/theme_source.cc (revision 134496) |
+++ chrome/browser/ui/webui/theme_source.cc (working copy) |
@@ -113,7 +113,8 @@ |
ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_); |
DCHECK(tp); |
- scoped_refptr<RefCountedMemory> image_data(tp->GetRawData(resource_id)); |
+ scoped_refptr<base::RefCountedMemory> image_data(tp->GetRawData( |
+ resource_id)); |
SendResponse(request_id, image_data); |
} else { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |