| Index: chrome/installer/util/lzma_util.cc
|
| diff --git a/chrome/installer/util/lzma_util.cc b/chrome/installer/util/lzma_util.cc
|
| index 3c232c712ddf7bf66fd581a818d6b9d7ca6af0ed..5e4ae296f94f628c5a1c27d4c04e1c150f1c95b2 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"
|
|
|