From 8939e9ecf23f09460c91543c783bed0bac780014 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Wed, 15 Oct 2008 22:01:57 +0000 Subject: Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in chromium/ subdirectories. We still build these files with PLATFORM(WIN) defined. In this change, I also killed off LogWin.{h,cpp} since we don't use it. So, you will see some changes related to that. R=dglazkov,tony Review URL: http://codereview.chromium.org/7419 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3427 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webview_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/glue/webview_impl.h') diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h index ad8f662..0e09bf9 100644 --- a/webkit/glue/webview_impl.h +++ b/webkit/glue/webview_impl.h @@ -19,7 +19,7 @@ MSVC_PUSH_WARNING_LEVEL(0); #include "webkit/port/history/BackForwardList.h" -#include "webkit/port/platform/WidgetClientWin.h" +#include "webkit/port/platform/chromium/WidgetClientChromium.h" MSVC_POP_WARNING(); namespace WebCore { @@ -42,7 +42,7 @@ class WebMouseWheelEvent; class WebViewDelegate; class WebViewImpl : public WebView, - public WebCore::WidgetClientWin, + public WebCore::WidgetClientChromium, public WebCore::BackForwardListClient { public: // WebView -- cgit v1.1