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

Unified Diff: sandbox/linux/bpf_dsl/bpf_dsl.h

Issue 2554863002: Cleanup remaining class/struct fwd declarations (Closed)
Patch Set: Style fixes Created 4 years 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 | « rlz/chromeos/lib/rlz_value_store_chromeos.h ('k') | sandbox/linux/bpf_dsl/bpf_dsl_forward.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/bpf_dsl/bpf_dsl.h
diff --git a/sandbox/linux/bpf_dsl/bpf_dsl.h b/sandbox/linux/bpf_dsl/bpf_dsl.h
index 7f8134423747343b8c37fc870e2f0644675dcbf7..6f0dd4eb39ce62a452c8800796f3fea63f545161 100644
--- a/sandbox/linux/bpf_dsl/bpf_dsl.h
+++ b/sandbox/linux/bpf_dsl/bpf_dsl.h
@@ -76,6 +76,11 @@
namespace sandbox {
namespace bpf_dsl {
+template <typename T>
+class Caser;
+
+class Elser;
+
// ResultExpr is an opaque reference to an immutable result expression tree.
using ResultExpr = std::shared_ptr<const internal::ResultExprImpl>;
« no previous file with comments | « rlz/chromeos/lib/rlz_value_store_chromeos.h ('k') | sandbox/linux/bpf_dsl/bpf_dsl_forward.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698