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

Unified Diff: sandbox/linux/seccomp-bpf/basicblock.cc

Issue 670183003: Update from chromium 62675d9fb31fb8cedc40f68e78e8445a74f362e7 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
Index: sandbox/linux/seccomp-bpf/basicblock.cc
diff --git a/base/bind_helpers.cc b/sandbox/linux/seccomp-bpf/basicblock.cc
similarity index 53%
copy from base/bind_helpers.cc
copy to sandbox/linux/seccomp-bpf/basicblock.cc
index f1fe46da47ac0bbb0d4de0bd0974f2eca3ecf9b5..eb857f00b6cd38fbc061b3c299fbc3d708a2c203 100644
--- a/base/bind_helpers.cc
+++ b/sandbox/linux/seccomp-bpf/basicblock.cc
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/bind_helpers.h"
+#include "sandbox/linux/seccomp-bpf/basicblock.h"
-#include "base/callback.h"
+namespace sandbox {
-namespace base {
+BasicBlock::BasicBlock() {}
-void DoNothing() {
-}
+BasicBlock::~BasicBlock() {}
-} // namespace base
+} // namespace sandbox
« no previous file with comments | « sandbox/linux/seccomp-bpf/basicblock.h ('k') | sandbox/linux/seccomp-bpf/bpf_tester_compatibility_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698