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

Unified Diff: base/message_pump.h

Issue 3452030: FBTF: Moves code to the headers. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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 | « base/message_loop_proxy.cc ('k') | base/message_pump.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_pump.h
diff --git a/base/message_pump.h b/base/message_pump.h
index 0cf14202d81241d45df22a059ec9b30b100adccb..f8a097d3ce2e96a15454e20c5088ae3e3df2778d 100644
--- a/base/message_pump.h
+++ b/base/message_pump.h
@@ -40,7 +40,8 @@ class MessagePump : public RefCountedThreadSafe<MessagePump> {
virtual bool DoIdleWork() = 0;
};
- virtual ~MessagePump() {}
+ MessagePump();
+ virtual ~MessagePump();
// The Run method is called to enter the message pump's run loop.
//
« no previous file with comments | « base/message_loop_proxy.cc ('k') | base/message_pump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698