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

Unified Diff: webkit/glue/webwidget_impl.h

Issue 7419: Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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
« no previous file with comments | « webkit/glue/webview_impl.h ('k') | webkit/port/bridge/FrameWin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webwidget_impl.h
===================================================================
--- webkit/glue/webwidget_impl.h (revision 3423)
+++ webkit/glue/webwidget_impl.h (working copy)
@@ -12,7 +12,7 @@
#include "webkit/glue/webwidget.h"
#pragma warning(push, 0)
-#include "WidgetClientWin.h"
+#include "WidgetClientChromium.h"
#pragma warning(pop)
namespace WebCore {
@@ -30,7 +30,7 @@
class WebMouseWheelEvent;
class WebWidgetDelegate;
-class WebWidgetImpl : public WebWidget, public WebCore::WidgetClientWin {
+class WebWidgetImpl : public WebWidget, public WebCore::WidgetClientChromium {
public:
// WebWidget
virtual void Close();
« no previous file with comments | « webkit/glue/webview_impl.h ('k') | webkit/port/bridge/FrameWin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698