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

Side by Side Diff: storage/browser/blob/blob_flattener_unittest.cc

Issue 2774413002: Move some blob tests next to the files they cover. (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "storage/browser/blob/blob_storage_context.h" 5 #include "storage/browser/blob/blob_storage_context.h"
6 6
7 #include <memory> 7 #include <memory>
8 8
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 274
275 // Clean up temp files. 275 // Clean up temp files.
276 EXPECT_TRUE(file_runner_->HasPendingTask()); 276 EXPECT_TRUE(file_runner_->HasPendingTask());
277 file_runner_->RunPendingTasks(); 277 file_runner_->RunPendingTasks();
278 base::RunLoop().RunUntilIdle(); 278 base::RunLoop().RunUntilIdle();
279 EXPECT_EQ(BlobStatus::PENDING_TRANSPORT, file_status); 279 EXPECT_EQ(BlobStatus::PENDING_TRANSPORT, file_status);
280 EXPECT_FALSE(file_handles.empty()); 280 EXPECT_FALSE(file_handles.empty());
281 } 281 }
282 282
283 } // namespace storage 283 } // namespace storage
OLDNEW
« no previous file with comments | « storage/browser/blob/blob_data_builder_unittest.cc ('k') | storage/browser/blob/blob_memory_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698