| Index: chrome/browser/internal_auth.cc
|
| ===================================================================
|
| --- chrome/browser/internal_auth.cc (revision 170598)
|
| +++ chrome/browser/internal_auth.cc (working copy)
|
| @@ -65,7 +65,7 @@
|
| const char kVarValueSeparator = '=';
|
|
|
| const size_t kKeySizeInBytes = 128 / 8;
|
| -const int kHMACSizeInBytes = 256 / 8;
|
| +const size_t kHMACSizeInBytes = 256 / 8;
|
|
|
| // Length of base64 string required to encode given number of raw octets.
|
| #define BASE64_PER_RAW(X) (X > 0 ? ((X - 1) / 3 + 1) * 4 : 0)
|
|
|