// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_GRPC_SUPPORT_TEST_GET_STREAM_ENGINE_H_ #define COMPONENTS_GRPC_SUPPORT_TEST_GET_STREAM_ENGINE_H_ #include <memory> extern "C" stream_engine; namespace grpc_support { class TestStreamEngineGetter { … }; } // namespace grpc_support #endif // COMPONENTS_GRPC_SUPPORT_TEST_GET_STREAM_ENGINE_H_