Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: chrome/browser/history/history_marshaling.h

Issue 160642: Timur's suggested fix for the data race described in bug 18488... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698