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

Unified Diff: net/base/file_stream.h

Issue 6314010: Even more reordering the methods in headers and implementation in net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « net/base/dnssec_keyset.cc ('k') | net/base/file_stream_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « net/base/dnssec_keyset.cc ('k') | net/base/file_stream_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698