Index: chrome/browser/history/history.cc |
=================================================================== |
--- chrome/browser/history/history.cc (revision 134496) |
+++ chrome/browser/history/history.cc (working copy) |
@@ -510,7 +510,8 @@ |
ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetFavicon, |
page_url, icon_url, |
- scoped_refptr<RefCountedMemory>(new base::RefCountedBytes(image_data)), |
+ scoped_refptr<base::RefCountedMemory>( |
+ new base::RefCountedBytes(image_data)), |
icon_type); |
} |