| Index: chrome/browser/history/history_marshaling.h
|
| ===================================================================
|
| --- chrome/browser/history/history_marshaling.h (revision 22474)
|
| +++ chrome/browser/history/history_marshaling.h (working copy)
|
| @@ -18,7 +18,7 @@
|
| // 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,
|
|
|