// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module service_manager.test.mojom;
import "services/service_manager/public/mojom/connector.mojom";
interface CreateInstanceTest {
SetTargetIdentity(service_manager.mojom.Identity identity);
};
interface Driver {
QuitDriver();
};