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

Unified Diff: native_client_sdk/src/libraries/nacl_io/stream/stream_fs.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/stream/stream_fs.h
diff --git a/native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h b/native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h
index d9f77c78e1df89bf3c1859d84233715fe837ddd1..c4c40fe9e21d72743c3197928dc6cd6efa44652d 100644
--- a/native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h
+++ b/native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h
@@ -17,7 +17,6 @@ namespace nacl_io {
// a background thread for dispatching completion callbacks.
class StreamFs;
-class StreamNode;
class StreamFs : public Filesystem {
public:

Powered by Google App Engine
This is Rietveld 408576698