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

Unified Diff: native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.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
Index: native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.h
diff --git a/native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.h b/native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.h
index c1bd820da4c453ea4c34030b76988f1de016fbdc..5787176529e3c6e2998c92ac8bf6cd9dbdcb1f82 100644
--- a/native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.h
+++ b/native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.h
@@ -13,12 +13,6 @@
namespace nacl_io {
-class MessagingInterface;
-class VarInterface;
-class VarArrayInterface;
-class VarArrayBufferInterface;
-class VarDictionaryInterface;
-
/**
* JSPipeNode represents a two-way channel for communicating with JavaScript
* via calls to PostMessage. In order to use these some amount of logic on
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.h ('k') | native_client_sdk/src/libraries/nacl_io/fs_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698