Chromium Code Reviews| Index: content/browser/fileapi/upload_blob_element_reader_unittest.cc |
| diff --git a/content/browser/fileapi/upload_blob_element_reader_unittest.cc b/content/browser/fileapi/upload_blob_element_reader_unittest.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2e365928873446f174fb79c17f73b52a82db7829 |
| --- /dev/null |
| +++ b/content/browser/fileapi/upload_blob_element_reader_unittest.cc |
| @@ -0,0 +1,15 @@ |
| +// TODO: Insert description here. (generated by dmurph) |
| + |
| +#include "storage/browser/blob/upload_blob_element_reader.h" |
| + |
| +#include "testing/base/public/gunit.h" |
| + |
| +namespace storage { |
| +namespace { |
| + |
| +TEST(UploadBlobElementReader, Test1) { |
|
michaeln
2015/09/23 18:52:46
either add real tests or dont add the file
dmurph
2015/09/25 17:11:43
Deleted. I forgot this was here. Since the file i
|
| + // TODO(dmurph): Auto-generated test stub |
| +} |
| + |
| +} // namespace |
| +} // namespace storage |