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

Unified Diff: base/pickle.h

Issue 165435: Merge 22826 - Add short circuit case for self assignment, and add virtual des... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/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 | base/pickle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/pickle.h
===================================================================
--- base/pickle.h (revision 23281)
+++ base/pickle.h (working copy)
@@ -31,7 +31,7 @@
//
class Pickle {
public:
- ~Pickle();
+ virtual ~Pickle();
// Initialize a Pickle object using the default header size.
Pickle();
Property changes on: base\pickle.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /trunk/src/base/pickle.h:r22826
Merged /branches/chrome_webkit_merge_branch/base/pickle.h:r69-2775
« no previous file with comments | « no previous file | base/pickle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698