Index: content/test/test_browser_associated_interfaces.mojom |
diff --git a/ipc/ipc_test.mojom b/content/test/test_browser_associated_interfaces.mojom |
similarity index 64% |
copy from ipc/ipc_test.mojom |
copy to content/test/test_browser_associated_interfaces.mojom |
index 9c1b30e2a3a51688acc3f8fe1746e37f430856f5..cc1887370bdad3d54bd82a20391474341b406889 100644 |
--- a/ipc/ipc_test.mojom |
+++ b/content/test/test_browser_associated_interfaces.mojom |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module IPC.mojom; |
+module content.mojom; |
-interface SimpleTestDriver { |
- ExpectString(string str); |
+interface BrowserAssociatedInterfaceTestDriver { |
+ ExpectString(string expected); |
RequestQuit() => (); |
}; |