diff options
-rw-r--r-- | app/clipboard/clipboard_util_win.cc | 2 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell_win.cc | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app/clipboard/clipboard_util_win.cc b/app/clipboard/clipboard_util_win.cc index 2ed7241..a775980 100644 --- a/app/clipboard/clipboard_util_win.cc +++ b/app/clipboard/clipboard_util_win.cc @@ -6,7 +6,7 @@ #include <shellapi.h> #include <shlwapi.h> -#include <wininet.h> +#include <wininet.h> // For INTERNET_MAX_URL_LENGTH. #include "base/basictypes.h" #include "base/logging.h" 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" |