| Index: mojo/public/interfaces/bindings/tests/minimal_interface.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/minimal_interface.mojom b/mojo/public/interfaces/bindings/tests/minimal_interface.mojom
|
| deleted file mode 100644
|
| index 02b1d959d492bfb81f86cc35cb9d29aa8c2b6fbc..0000000000000000000000000000000000000000
|
| --- a/mojo/public/interfaces/bindings/tests/minimal_interface.mojom
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -// Copyright 2015 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.
|
| -
|
| -module mojo.test;
|
| -
|
| -interface MinimalInterface {
|
| - Message();
|
| -};
|
|
|