diff options
Diffstat (limited to 'chrome/browser/download/download_uitest.cc')
-rw-r--r-- | chrome/browser/download/download_uitest.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc index debf209..5310252 100644 --- a/chrome/browser/download/download_uitest.cc +++ b/chrome/browser/download/download_uitest.cc @@ -5,6 +5,11 @@ #include <sstream> #include <string> +#include "build/build_config.h" +#if defined(OS_WIN) +#include <shlwapi.h> +#endif + #include "base/command_line.h" #include "base/file_util.h" #include "base/path_service.h" |