| Index: chrome/installer/util/lzma_file_allocator.h
|
| diff --git a/chrome/installer/util/lzma_file_allocator.h b/chrome/installer/util/lzma_file_allocator.h
|
| index 6ec3252caf48eca0aa4b2afd4654fc2aac271a63..d727d2f1b7bdeabd7a40e76297c97e49f055acad 100644
|
| --- a/chrome/installer/util/lzma_file_allocator.h
|
| +++ b/chrome/installer/util/lzma_file_allocator.h
|
| @@ -12,10 +12,7 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| #include "base/win/scoped_handle.h"
|
| -
|
| -extern "C" {
|
| -#include "third_party/lzma_sdk/Types.h"
|
| -}
|
| +#include "third_party/lzma_sdk/7zTypes.h"
|
|
|
| // File mapping memory management class which supports multiple allocations in
|
| // series, but not in parallel. It creates a unique temporary file within
|
|
|