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

Unified Diff: chrome/renderer/extensions/extension_process_bindings.h

Issue 293001: Delete glue/webview{_delegate}.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
Index: chrome/renderer/extensions/extension_process_bindings.h
===================================================================
--- chrome/renderer/extensions/extension_process_bindings.h (revision 29380)
+++ chrome/renderer/extensions/extension_process_bindings.h (working copy)
@@ -16,7 +16,10 @@
class GURL;
class URLPattern;
+
+namespace WebKit {
class WebView;
+}
class ExtensionProcessBindings {
public:
@@ -58,7 +61,7 @@
// For EXTENSION_* |type| values, adds/replaces a special class name on to
// the document element (e.g. "extension_toolstrip", "extension_mole") so
// that the page can use CSS rules to control its display appropriately.
- static void SetViewType(WebView* view, ViewType::Type type);
+ static void SetViewType(WebKit::WebView* view, ViewType::Type type);
};
#endif // CHROME_RENDERER_EXTENSIONS_EXTENSION_PROCESS_BINDINGS_H_
« no previous file with comments | « chrome/renderer/extensions/bindings_utils.cc ('k') | chrome/renderer/extensions/extension_process_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698