Chromium Code Reviews| Index: chrome/browser/ui/webui/chromeos/register_page_ui.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/chromeos/register_page_ui.cc (revision 134496) |
| +++ chrome/browser/ui/webui/chromeos/register_page_ui.cc (working copy) |
| @@ -165,7 +165,7 @@ |
| return; |
| } |
| - scoped_refptr<RefCountedMemory> html_bytes( |
| + scoped_refptr<base::RefCountedMemory> html_bytes( |
| ResourceBundle::GetSharedInstance().LoadDataResourceBytes( |
| IDR_HOST_REGISTRATION_PAGE_HTML)); |