Index: mojo/shell/runner/child/test_native_service.mojom |
diff --git a/mojo/shell/runner/child/test_native_service.mojom b/mojo/shell/runner/child/test_native_service.mojom |
deleted file mode 100644 |
index 1f55eed526038c245bdaf29db0cb1a7d3ee47397..0000000000000000000000000000000000000000 |
--- a/mojo/shell/runner/child/test_native_service.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.shell.test; |
- |
-interface TestNativeService { |
- Invert(bool from_driver) => (bool from_target); |
-}; |