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

Unified Diff: ipc/ipc_message_attachment.cc

Issue 883093003: IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing Windows build error Created 5 years, 11 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 | « ipc/ipc_message_attachment.h ('k') | ipc/ipc_message_attachment_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message_attachment.cc
diff --git a/ipc/ipc_message_attachment.cc b/ipc/ipc_message_attachment.cc
index e6e27a919568254974fb2d5e98356237819a0c1f..83440ae8e008847eebd411f8ffd08c69d9f529fe 100644
--- a/ipc/ipc_message_attachment.cc
+++ b/ipc/ipc_message_attachment.cc
@@ -6,6 +6,9 @@
namespace IPC {
+MessageAttachment::MessageAttachment() {
+}
+
MessageAttachment::~MessageAttachment() {
}
« no previous file with comments | « ipc/ipc_message_attachment.h ('k') | ipc/ipc_message_attachment_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698