| Index: content/browser/renderer_host/gtk_plugin_container_manager.h
|
| ===================================================================
|
| --- content/browser/renderer_host/gtk_plugin_container_manager.h (revision 212369)
|
| +++ content/browser/renderer_host/gtk_plugin_container_manager.h (working copy)
|
| @@ -2,24 +2,21 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_PLUGINS_NPAPI_GTK_PLUGIN_CONTAINER_MANAGER_H_
|
| -#define WEBKIT_PLUGINS_NPAPI_GTK_PLUGIN_CONTAINER_MANAGER_H_
|
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_GTK_PLUGIN_CONTAINER_MANAGER_H_
|
| +#define CONTENT_BROWSER_RENDERER_HOST_GTK_PLUGIN_CONTAINER_MANAGER_H_
|
|
|
| #include <gtk/gtk.h>
|
| #include <map>
|
|
|
| #include "ui/gfx/native_widget_types.h"
|
| -#include "webkit/plugins/webkit_plugins_export.h"
|
|
|
| typedef struct _GtkWidget GtkWidget;
|
|
|
| -namespace webkit {
|
| -namespace npapi {
|
| -
|
| +namespace content {
|
| struct WebPluginGeometry;
|
|
|
| // Helper class that creates and manages plugin containers (GtkSocket).
|
| -class WEBKIT_PLUGINS_EXPORT GtkPluginContainerManager {
|
| +class GtkPluginContainerManager {
|
| public:
|
| GtkPluginContainerManager();
|
| ~GtkPluginContainerManager();
|
| @@ -56,7 +53,6 @@
|
| PluginWindowToWidgetMap plugin_window_to_widget_map_;
|
| };
|
|
|
| -} // namespace npapi
|
| -} // namespace webkit
|
| +} // namespace content
|
|
|
| -#endif // WEBKIT_PLUGINS_NPAPI_GTK_PLUGIN_CONTAINER_MANAGER_H_
|
| +#endif // CONTENT_BROWSER_RENDERER_HOST_GTK_PLUGIN_CONTAINER_MANAGER_H_
|
|
|