Chromium Code Reviews| Index: storage/browser/blob/blob_flattener_unittest.cc |
| diff --git a/storage/browser/blob/blob_flattener_unittest.cc b/storage/browser/blob/blob_flattener_unittest.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..547fc225fbfff564d482a3bef4a4969bc66bfed7 |
| --- /dev/null |
| +++ b/storage/browser/blob/blob_flattener_unittest.cc |
| @@ -0,0 +1,15 @@ |
| +// TODO: Insert description here. (generated by dmurph) |
| + |
| +#include <storage/browser/blob/blob_flattener.h> |
| + |
| +#include "testing/base/public/gunit.h" |
| + |
| +namespace storage { |
| +namespace { |
| + |
| +TEST(BlobFlattener, Test1) { |
| + // TODO(dmurph): Auto-generated test stub |
| +} |
| + |
| +} // namespace |
| +} // namespace storage |