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

Unified Diff: chrome/common/message_router.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/waitable_event_posix.cc ('k') | chrome/common/message_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/message_router.h
diff --git a/chrome/common/message_router.h b/chrome/common/message_router.h
index 13f763cfcbc5af4f5c0bbcc7aff392b0d42294d5..6a610914977ef7a75206c92b981701782645275c 100644
--- a/chrome/common/message_router.h
+++ b/chrome/common/message_router.h
@@ -30,8 +30,8 @@
class MessageRouter : public IPC::Channel::Listener,
public IPC::Message::Sender {
public:
- MessageRouter() {}
- virtual ~MessageRouter() {}
+ MessageRouter();
+ virtual ~MessageRouter();
// Implemented by subclasses to handle control messages
virtual void OnControlMessageReceived(const IPC::Message& msg);
« no previous file with comments | « base/waitable_event_posix.cc ('k') | chrome/common/message_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698