Index: chrome/test/base/mojo_test_connector.h |
diff --git a/chrome/test/base/mojo_test_connector.h b/chrome/test/base/mojo_test_connector.h |
index a42209e0ae64694547077df0d5bb8a07dc88b2bf..bd34addfea29ed89b5fd5c8011122acebcc0a047 100644 |
--- a/chrome/test/base/mojo_test_connector.h |
+++ b/chrome/test/base/mojo_test_connector.h |
@@ -21,11 +21,6 @@ namespace content { |
class TestState; |
} |
-namespace mojo { |
-class Service; |
-class ShellConnection; |
-} |
- |
// MojoTestConnector in responsible for providing the necessary wiring for |
// test processes to get a mojo channel passed to them. To use this class |
// call PrepareForTest() prior to launching each test. It is expected |