Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: webkit/plugins/webview_plugin.h

Issue 10384128: Quote WebPreferences in namespace webkit_glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright 2012 Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webpreferences.cc ('k') | webkit/plugins/webview_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/webview_plugin.h
diff --git a/webkit/plugins/webview_plugin.h b/webkit/plugins/webview_plugin.h
index 403b80d4d9ba0e1d808ee63b2567a84ff85d5fa4..9d50b826e48f680e2c5d6a1945057f5f3a37cb0b 100644
--- a/webkit/plugins/webview_plugin.h
+++ b/webkit/plugins/webview_plugin.h
@@ -20,7 +20,10 @@
namespace WebKit {
class WebMouseEvent;
}
+
+namespace webkit_glue {
struct WebPreferences;
+}
namespace webkit {
@@ -56,7 +59,7 @@ class WebViewPlugin: public WebKit::WebPlugin, public WebKit::WebViewClient,
// only used for navigation and never actually resolved.
WEBKIT_PLUGINS_EXPORT static WebViewPlugin* Create(
Delegate* delegate,
- const WebPreferences& preferences,
+ const webkit_glue::WebPreferences& preferences,
const std::string& html_data,
const GURL& url);
« no previous file with comments | « webkit/glue/webpreferences.cc ('k') | webkit/plugins/webview_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698