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

Unified Diff: storage/browser/blob/blob_flattener_unittest.cc

Issue 2055053003: [BlobAsync] Disk support for blob storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698