| Index: chrome/browser/history/thumbnail_database.h
|
| ===================================================================
|
| --- chrome/browser/history/thumbnail_database.h (revision 134496)
|
| +++ chrome/browser/history/thumbnail_database.h (working copy)
|
| @@ -18,11 +18,11 @@
|
| #include "sql/statement.h"
|
|
|
| class FilePath;
|
| -class RefCountedMemory;
|
| struct ThumbnailScore;
|
| class SkBitmap;
|
|
|
| namespace base {
|
| +class RefCountedMemory;
|
| class Time;
|
| }
|
|
|
| @@ -105,7 +105,7 @@
|
| // The time indicates the access time, and is used to detect when the favicon
|
| // should be refreshed.
|
| bool SetFavicon(FaviconID icon_id,
|
| - scoped_refptr<RefCountedMemory> icon_data,
|
| + scoped_refptr<base::RefCountedMemory> icon_data,
|
| base::Time time);
|
|
|
| // Sets the time the favicon was last updated.
|
|
|