| Index: webkit/glue/plugins/webplugin_page_delegate.h
|
| diff --git a/webkit/plugins/npapi/webplugin_page_delegate.h b/webkit/glue/plugins/webplugin_page_delegate.h
|
| similarity index 86%
|
| rename from webkit/plugins/npapi/webplugin_page_delegate.h
|
| rename to webkit/glue/plugins/webplugin_page_delegate.h
|
| index 15aa73049218946a6734e5b21019d0968ebb9124..d915fdd2aaf2f65ea3770457bc7fddaa2030b837 100644
|
| --- a/webkit/plugins/npapi/webplugin_page_delegate.h
|
| +++ b/webkit/glue/plugins/webplugin_page_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_PAGE_DELEGATE_
|
| -#define WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_PAGE_DELEGATE_
|
| +#ifndef WEBKIT_GLUE_WEBPLUGIN_PAGE_DELEGATE_
|
| +#define WEBKIT_GLUE_WEBPLUGIN_PAGE_DELEGATE_
|
|
|
| #include "gfx/native_widget_types.h"
|
|
|
| @@ -14,8 +14,7 @@ namespace WebKit {
|
| class WebCookieJar;
|
| }
|
|
|
| -namespace webkit {
|
| -namespace npapi {
|
| +namespace webkit_glue {
|
|
|
| class WebPluginDelegate;
|
| struct WebPluginGeometry;
|
| @@ -24,7 +23,7 @@ struct WebPluginGeometry;
|
| class WebPluginPageDelegate {
|
| public:
|
| // This method is called to create a WebPluginDelegate implementation when a
|
| - // new plugin is instanced. See CreateWebPluginDelegateHelper
|
| + // new plugin is instanced. See webkit_glue::CreateWebPluginDelegateHelper
|
| // for a default WebPluginDelegate implementation.
|
| virtual WebPluginDelegate* CreatePluginDelegate(
|
| const FilePath& file_path,
|
| @@ -65,7 +64,6 @@ class WebPluginPageDelegate {
|
| virtual WebKit::WebCookieJar* GetCookieJar() = 0;
|
| };
|
|
|
| -} // namespace npapi
|
| -} // namespace webkit
|
| +} // namespace webkit_glue
|
|
|
| -#endif // WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_PAGE_DELEGATE_H_
|
| +#endif // WEBKIT_GLUE_WEBPLUGIN_PAGE_DELEGATE_H_
|
|
|