| Index: chrome/browser/history/history_marshaling.h
|
| ===================================================================
|
| --- chrome/browser/history/history_marshaling.h (revision 26451)
|
| +++ chrome/browser/history/history_marshaling.h (working copy)
|
| @@ -19,7 +19,8 @@
|
| // Navigation -----------------------------------------------------------------
|
|
|
| // Marshalling structure for AddPage.
|
| -class HistoryAddPageArgs : public base::RefCounted<HistoryAddPageArgs> {
|
| +class HistoryAddPageArgs
|
| + : public base::RefCountedThreadSafe<HistoryAddPageArgs> {
|
| public:
|
| HistoryAddPageArgs(const GURL& arg_url,
|
| base::Time arg_time,
|
|
|