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

Unified Diff: net/base/upload_file_element_reader_unittest.cc

Issue 647883002: git cl format the final 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
« net/base/nss_memio.c ('K') | « net/base/upload_data_stream.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/upload_file_element_reader_unittest.cc
diff --git a/net/base/upload_file_element_reader_unittest.cc b/net/base/upload_file_element_reader_unittest.cc
index 2069fa03bc4c60f1ed3f02b90c513c86ae222c7b..0d9e5e024e8c4ea6a7d72dca7df101bbf89443e8 100644
--- a/net/base/upload_file_element_reader_unittest.cc
+++ b/net/base/upload_file_element_reader_unittest.cc
@@ -26,11 +26,10 @@ class UploadFileElementReaderTest : public PlatformTest {
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
- ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(),
- &temp_file_path_));
- ASSERT_EQ(
- static_cast<int>(bytes_.size()),
- base::WriteFile(temp_file_path_, &bytes_[0], bytes_.size()));
+ ASSERT_TRUE(
+ base::CreateTemporaryFileInDir(temp_dir_.path(), &temp_file_path_));
+ ASSERT_EQ(static_cast<int>(bytes_.size()),
+ base::WriteFile(temp_file_path_, &bytes_[0], bytes_.size()));
reader_.reset(
new UploadFileElementReader(base::MessageLoopProxy::current().get(),
« net/base/nss_memio.c ('K') | « net/base/upload_data_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698