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

Unified Diff: webkit/glue/chrome_client_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/build/webkit_common_includes.vsprops ('k') | webkit/glue/editor_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/chrome_client_impl.h
===================================================================
--- webkit/glue/chrome_client_impl.h (revision 3423)
+++ webkit/glue/chrome_client_impl.h (working copy)
@@ -6,7 +6,7 @@
#define WEBKIT_GLUE_CHROME_CLIENT_IMPL_H__
#pragma warning(push, 0)
-#include "ChromeClientWin.h"
+#include "ChromeClientChromium.h"
#pragma warning(pop)
class WebViewImpl;
@@ -16,7 +16,7 @@
}
// Handles window-level notifications from WebCore on behalf of a WebView.
-class ChromeClientImpl : public WebCore::ChromeClientWin {
+class ChromeClientImpl : public WebCore::ChromeClientChromium {
public:
ChromeClientImpl(WebViewImpl* webview);
virtual ~ChromeClientImpl();
« no previous file with comments | « webkit/build/webkit_common_includes.vsprops ('k') | webkit/glue/editor_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698