Chromium Code Reviews| Index: chrome/browser/ui/webui/flags_ui.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/flags_ui.cc (revision 134496) |
| +++ chrome/browser/ui/webui/flags_ui.cc (working copy) |
| @@ -167,7 +167,7 @@ |
| } |
| // static |
| -RefCountedMemory* FlagsUI::GetFaviconResourceBytes() { |
| +base::RefCountedMemory* FlagsUI::GetFaviconResourceBytes() { |
| return ResourceBundle::GetSharedInstance(). |
| LoadDataResourceBytes(IDR_FLAGS); |
| } |