diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 16:51:38 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 16:51:38 +0000 |
commit | d1c886897fbe3e7f6745c4046c0f40df6b444fa9 (patch) | |
tree | 7e03d7766aa0329ee0228c52128f8a05e13d8354 /webkit | |
parent | 980641651d4c082177b135fae3d1f718eaa10310 (diff) | |
download | chromium_src-d1c886897fbe3e7f6745c4046c0f40df6b444fa9.zip chromium_src-d1c886897fbe3e7f6745c4046c0f40df6b444fa9.tar.gz chromium_src-d1c886897fbe3e7f6745c4046c0f40df6b444fa9.tar.bz2 |
<wininet.h> related cleanup.
Document why clipboard_util_win.cc needs to include <wininet.h>.
test_shell_win.cc does not need to include <wininet.h>.
R=eroman
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2606004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/test_shell/test_shell_win.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_win.cc b/webkit/tools/test_shell/test_shell_win.cc index e76d373..8380451 100644 --- a/webkit/tools/test_shell/test_shell_win.cc +++ b/webkit/tools/test_shell/test_shell_win.cc @@ -9,7 +9,6 @@ #include <objbase.h> #include <process.h> #include <shlwapi.h> -#include <wininet.h> // For INTERNET_MAX_URL_LENGTH #include "base/command_line.h" #include "base/file_util.h" |