Index: mojo/public/cpp/bindings/scoped_array.h |
diff --git a/mojo/public/cpp/bindings/scoped_array.h b/mojo/public/cpp/bindings/scoped_array.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7cdd0276e609fad3ee2f2a1b2dc85a6eac30e4b1 |
--- /dev/null |
+++ b/mojo/public/cpp/bindings/scoped_array.h |
@@ -0,0 +1,19 @@ |
+// Copyright 2014 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. |
+ |
+#ifndef MOJO_PUBLIC_CPP_BINDINGS_SCOPED_ARRAY_H_ |
+#define MOJO_PUBLIC_CPP_BINDINGS_SCOPED_ARRAY_H_ |
+ |
+#include "mojo/public/cpp/bindings/array.h" |
+ |
+namespace mojo { |
+ |
+template <typename E> |
+class ScopedArray { |
+ public: |
+}; |
+ |
+} // namespace mojo |
+ |
+#endif // MOJO_PUBLIC_CPP_BINDINGS_SCOPED_ARRAY_H_ |