diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 18:11:14 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 18:11:14 +0000 |
commit | c6d972b5b5967c090671d6a9fb9dd05252d2f8f5 (patch) | |
tree | 9f6d65b2fd83d5d0bbaae896d5cfd5b473c4b344 /chrome/browser/views/browser_views.vcproj | |
parent | d4d33e99c0d60534aef17f888315e842cd6fba06 (diff) | |
download | chromium_src-c6d972b5b5967c090671d6a9fb9dd05252d2f8f5.zip chromium_src-c6d972b5b5967c090671d6a9fb9dd05252d2f8f5.tar.gz chromium_src-c6d972b5b5967c090671d6a9fb9dd05252d2f8f5.tar.bz2 |
Make the shared shell dialog not use Windows types, as well as the web contents
code that runs it.
Review URL: http://codereview.chromium.org/19666
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/browser_views.vcproj')
-rw-r--r-- | chrome/browser/views/browser_views.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj index 825d0cc..3a85578 100644 --- a/chrome/browser/views/browser_views.vcproj +++ b/chrome/browser/views/browser_views.vcproj @@ -730,7 +730,7 @@ > </File> <File - RelativePath=".\shell_dialogs.cc" + RelativePath=".\shell_dialogs_win.cc" > </File> <File |