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

Unified Diff: base/message_loop_proxy_impl.h

Issue 5321012: A quick fix for Bug 64463.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop_proxy_impl.h
===================================================================
--- base/message_loop_proxy_impl.h (revision 67794)
+++ base/message_loop_proxy_impl.h (working copy)
@@ -18,7 +18,7 @@
class MessageLoopProxyImpl : public MessageLoopProxy,
public MessageLoop::DestructionObserver {
public:
- ~MessageLoopProxyImpl();
+ virtual ~MessageLoopProxyImpl();
// MessageLoopProxy implementation
virtual bool PostTask(const tracked_objects::Location& from_here,
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698