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

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

Issue 2055053003: [BlobAsync] Disk support for blob storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added back transport controller test, small cleanups Created 4 years, 5 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
(Empty)
1 // TODO: Insert description here. (generated by dmurph)
2
3 #include <storage/browser/blob/blob_slice.h>
4
5 #include "testing/base/public/gunit.h"
6
7 namespace storage {
8 namespace {
9
10 TEST(BlobSlice, Test1) {
11 // TODO(dmurph): Auto-generated test stub
12 }
13
14 } // namespace
15 } // namespace storage
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698