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

Unified Diff: base/window_impl.h

Issue 165188: Use base::WindowImpl instead of CWindowImpl to reduce dependencies on ATL.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 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 | « no previous file | base/window_impl.cc » ('j') | webkit/tools/test_shell/foreground_helper.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/window_impl.h
===================================================================
--- base/window_impl.h (revision 22832)
+++ base/window_impl.h (working copy)
@@ -31,7 +31,7 @@
WindowImpl();
virtual ~WindowImpl();
- BEGIN_MSG_MAP_EX(WidgetWin)
+ BEGIN_MSG_MAP_EX(WindowImpl)
// No messages to handle
END_MSG_MAP()
« no previous file with comments | « no previous file | base/window_impl.cc » ('j') | webkit/tools/test_shell/foreground_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698