| Index: chrome/browser/bookmarks/bookmark_html_writer.h
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_html_writer.h (revision 134496)
|
| +++ chrome/browser/bookmarks/bookmark_html_writer.h (working copy)
|
| @@ -35,7 +35,8 @@
|
| class BookmarkFaviconFetcher: public content::NotificationObserver {
|
| public:
|
| // Map of URL and corresponding favicons.
|
| - typedef std::map<std::string, scoped_refptr<RefCountedMemory> > URLFaviconMap;
|
| + typedef std::map<std::string, scoped_refptr<base::RefCountedMemory> >
|
| + URLFaviconMap;
|
|
|
| BookmarkFaviconFetcher(Profile* profile,
|
| const FilePath& path,
|
|
|