diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-14 07:22:13 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-14 07:22:13 +0000 |
commit | af38e14a94b83471f75717b85bfabe56864159d3 (patch) | |
tree | a1673088ce567ba72e0a0932ffad3889f41c4548 /chrome/views/views.vcproj | |
parent | 5cbd55c5e7a859e05d1c7f17d9fdc229a12a3244 (diff) | |
download | chromium_src-af38e14a94b83471f75717b85bfabe56864159d3.zip chromium_src-af38e14a94b83471f75717b85bfabe56864159d3.tar.gz chromium_src-af38e14a94b83471f75717b85bfabe56864159d3.tar.bz2 |
Rename Window->WindowWin
Pull basic Window interface out of WindowWin into new interface, Window.
Convert code to use it.
Review URL: http://codereview.chromium.org/46079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/views.vcproj')
-rw-r--r-- | chrome/views/views.vcproj | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj index cbc6cd8..49e1abe 100644 --- a/chrome/views/views.vcproj +++ b/chrome/views/views.vcproj @@ -638,10 +638,6 @@ > </File> <File - RelativePath=".\window.cc" - > - </File> - <File RelativePath=".\window.h" > </File> @@ -657,6 +653,14 @@ RelativePath=".\window_resources.h" > </File> + <File + RelativePath=".\window_win.cc" + > + </File> + <File + RelativePath=".\window_win.h" + > + </File> </Files> <Globals> </Globals> |