// 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. #ifndef MINIBIND_MINIBIND_H_ #define MINIBIND_MINIBIND_H_ #include namespace minibind { class Channel; Channel* LookupService(const std::string& name); } // namespace minibind #endif // MINIBIND_MINIBIND_H_