| Index: chrome/installer/mini_installer/decompress.h
|
| diff --git a/chrome/installer/mini_installer/decompress.h b/chrome/installer/mini_installer/decompress.h
|
| index c92d369d3fe4414a8d2baa548b4451252b0dfe2f..5e11af8d5a441a408c46820a8ae25c32cb3cbb38 100644
|
| --- a/chrome/installer/mini_installer/decompress.h
|
| +++ b/chrome/installer/mini_installer/decompress.h
|
| @@ -5,11 +5,6 @@
|
| #ifndef CHROME_INSTALLER_MINI_INSTALLER_DECOMPRESS_H_
|
| #define CHROME_INSTALLER_MINI_INSTALLER_DECOMPRESS_H_
|
|
|
| -// arraysize borrowed from basictypes.h
|
| -template <typename T, size_t N>
|
| -char (&ArraySizeHelper(T (&array)[N]))[N];
|
| -#define arraysize(array) (sizeof(::ArraySizeHelper(array)))
|
| -
|
| namespace mini_installer {
|
|
|
| // Same as the tool, expand.exe. Decompresses a file that was compressed
|
|
|