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

Unified Diff: net/base/file_stream.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: net/base/file_stream.cc
diff --git a/net/base/file_stream.cc b/net/base/file_stream.cc
index d96bebb808c90edcb25d2af831668f5c411d7d86..5b07d95f3c36ffe56b2ce5e81bb9342c224f7b8e 100644
--- a/net/base/file_stream.cc
+++ b/net/base/file_stream.cc
@@ -28,7 +28,8 @@ FileStream::~FileStream() {
context_.release()->Orphan();
}
-int FileStream::Open(const base::FilePath& path, int open_flags,
+int FileStream::Open(const base::FilePath& path,
+ int open_flags,
const CompletionCallback& callback) {
if (IsOpen()) {
DLOG(FATAL) << "File is already open!";
« no previous file with comments | « net/base/file_stream.h ('k') | net/base/file_stream_context.h » ('j') | net/base/mime_sniffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698