diff options
Diffstat (limited to 'chrome/installer/util/lzma_util.cc')
-rw-r--r-- | chrome/installer/util/lzma_util.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/util/lzma_util.cc b/chrome/installer/util/lzma_util.cc index 3c232c7..5e4ae29 100644 --- a/chrome/installer/util/lzma_util.cc +++ b/chrome/installer/util/lzma_util.cc @@ -5,7 +5,8 @@ #include "chrome/installer/util/lzma_util.h" #include "base/file_util.h" -#include "base/string_util.h" +#include "base/logging.h" +#include "base/utf_string_conversions.h" extern "C" { #include "third_party/lzma_sdk/Archive/7z/7zExtract.h" |