| Index: webkit/common/webpreferences.h
|
| diff --git a/webkit/glue/webpreferences.h b/webkit/common/webpreferences.h
|
| similarity index 95%
|
| rename from webkit/glue/webpreferences.h
|
| rename to webkit/common/webpreferences.h
|
| index 6064fc89f731685b23825202767895c5d3d518db..306c7fbce07e6aef4dce772e26e317f42b6f4027 100644
|
| --- a/webkit/glue/webpreferences.h
|
| +++ b/webkit/common/webpreferences.h
|
| @@ -8,8 +8,8 @@
|
| // WebKit::WebSettings, content/common/view_messages.h, browser/tab_contents/
|
| // render_view_host_delegate_helper.cc, and browser/profiles/profile.cc.
|
|
|
| -#ifndef WEBKIT_GLUE_WEBPREFERENCES_H__
|
| -#define WEBKIT_GLUE_WEBPREFERENCES_H__
|
| +#ifndef WEBKIT_COMMON_WEBPREFERENCES_H__
|
| +#define WEBKIT_COMMON_WEBPREFERENCES_H__
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -47,9 +47,6 @@ enum EditingBehavior {
|
| // specified.
|
| WEBKIT_GLUE_EXPORT extern const char kCommonScript[];
|
|
|
| -WEBKIT_GLUE_EXPORT void ApplyWebPreferences(const WebPreferences& prefs,
|
| - WebKit::WebView* web_view);
|
| -
|
| } // namespace webkit_glue
|
|
|
| struct WEBKIT_GLUE_EXPORT WebPreferences {
|
| @@ -181,4 +178,4 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
|
| ~WebPreferences();
|
| };
|
|
|
| -#endif // WEBKIT_GLUE_WEBPREFERENCES_H__
|
| +#endif // WEBKIT_COMMON_WEBPREFERENCES_H__
|
|
|