Index: ipc/ipc_test.mojom |
diff --git a/ipc/ipc_test.mojom b/ipc/ipc_test.mojom |
deleted file mode 100644 |
index 9c1b30e2a3a51688acc3f8fe1746e37f430856f5..0000000000000000000000000000000000000000 |
--- a/ipc/ipc_test.mojom |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-// Copyright 2016 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 IPC.mojom; |
- |
-interface SimpleTestDriver { |
- ExpectString(string str); |
- RequestQuit() => (); |
-}; |