Index: net/base/file_stream.h |
diff --git a/net/base/file_stream.h b/net/base/file_stream.h |
index 6a53204d21785b0454374514c56fd57be16fc186..52e9ce9710fdc43d76f020540b2b0124650a9a6e 100644 |
--- a/net/base/file_stream.h |
+++ b/net/base/file_stream.h |
@@ -130,6 +130,7 @@ class FileStream { |
// |
// This method should not be called if the stream was opened READ_ONLY. |
int Flush(); |
+ |
private: |
class AsyncContext; |
friend class AsyncContext; |