Chromium Code Reviews| Index: ui/base/resource/resource_bundle.cc |
| =================================================================== |
| --- ui/base/resource/resource_bundle.cc (revision 134496) |
| +++ ui/base/resource/resource_bundle.cc (working copy) |
| @@ -374,7 +374,7 @@ |
| SkBitmap* ResourceBundle::LoadBitmap(const ResourceHandle& data_handle, |
| int resource_id) { |
| - scoped_refptr<RefCountedMemory> memory( |
| + scoped_refptr<base::RefCountedMemory> memory( |
| data_handle.GetStaticMemory(resource_id)); |
| if (!memory) |
| return NULL; |