// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_TEST_STUB_RENDER_WIDGET_HOST_OWNER_DELEGATE_H_ #define CONTENT_TEST_STUB_RENDER_WIDGET_HOST_OWNER_DELEGATE_H_ #include "content/browser/renderer_host/render_widget_host_owner_delegate.h" namespace content { class StubRenderWidgetHostOwnerDelegate : public RenderWidgetHostOwnerDelegate { … }; } // namespace content #endif // CONTENT_TEST_STUB_RENDER_WIDGET_HOST_OWNER_DELEGATE_H_