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

Unified Diff: net/base/file_stream.cc

Issue 649763002: git cl format the second third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 cadbaed663edd83fc758056ebf9d809b8661df84..9ea430982c274e34d7cff7d70d0116e03e0c518f 100644
--- a/net/base/file_stream.cc
+++ b/net/base/file_stream.cc
@@ -22,7 +22,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!";

Powered by Google App Engine
This is Rietveld 408576698