// 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. #ifndef CHROME_RENDERER_PLUGINS_NON_LOADABLE_PLUGIN_PLACEHOLDER_H_ #define CHROME_RENDERER_PLUGINS_NON_LOADABLE_PLUGIN_PLACEHOLDER_H_ #include "ppapi/buildflags/buildflags.h" namespace base { class FilePath; } namespace blink { struct WebPluginParams; } namespace content { class RenderFrame; } namespace plugins { class PluginPlaceholder; } class NonLoadablePluginPlaceholder { … }; #endif // CHROME_RENDERER_PLUGINS_NON_LOADABLE_PLUGIN_PLACEHOLDER_H_