aboutsummaryrefslogtreecommitdiff
path: root/zucchini_apply_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'zucchini_apply_unittest.cc')
-rw-r--r--zucchini_apply_unittest.cc22
1 files changed, 22 insertions, 0 deletions
diff --git a/zucchini_apply_unittest.cc b/zucchini_apply_unittest.cc
new file mode 100644
index 0000000..7e26b7b
--- /dev/null
+++ b/zucchini_apply_unittest.cc
@@ -0,0 +1,22 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "components/zucchini/zucchini_apply.h"
+
+#include <vector>
+
+#include "components/zucchini/image_utils.h"
+#include "testing/gtest/include/gtest/gtest.h"
+
+namespace zucchini {
+
+namespace {
+
+using OffsetVector = std::vector<offset_t>;
+
+} // namespace
+
+// TODO(huangs): Add more tests.
+
+} // namespace zucchini