Chromium Code Reviews| Index: chrome/installer/util/lzma_util.cc |
| =================================================================== |
| --- chrome/installer/util/lzma_util.cc (revision 79229) |
| +++ chrome/installer/util/lzma_util.cc (working copy) |
| @@ -9,9 +9,9 @@ |
| #include "base/utf_string_conversions.h" |
| extern "C" { |
| -#include "third_party/lzma_sdk/Archive/7z/7zExtract.h" |
| -#include "third_party/lzma_sdk/Archive/7z/7zIn.h" |
| -#include "third_party/lzma_sdk/7zCrc.h" |
| +#include "third_party/lzma_sdk/C/7zExtract.h" |
| +#include "third_party/lzma_sdk/C/7zIn.h" |
| +#include "third_party/lzma_sdk/C/7zCrc.h" |
|
robertshield
2011/03/25 01:35:01
If the order of includes here isn't important then
bradn
2011/03/25 02:10:27
Done.
|
| } |