Revert of Roll Clang 223108:230631 (+revert of r229678) (patchset #5 id:80001 of...
[chromium-blink-merge.git] / ipc / ipc_message_attachment.cc
blob83440ae8e008847eebd411f8ffd08c69d9f529fe
1 // Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ipc/ipc_message_attachment.h"
7 namespace IPC {
9 MessageAttachment::MessageAttachment() {
12 MessageAttachment::~MessageAttachment() {
15 } // namespace IPC