Roll DEPS for libelf clang compilation fix.
[chromium-blink-merge.git] / sandbox / linux / seccomp-bpf / basicblock.cc
blobeb857f00b6cd38fbc061b3c299fbc3d708a2c203
1 // Copyright (c) 2012 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 "sandbox/linux/seccomp-bpf/basicblock.h"
7 namespace sandbox {
9 BasicBlock::BasicBlock() {}
11 BasicBlock::~BasicBlock() {}
13 } // namespace sandbox