| Index: printing/image_mac.cc
|
| diff --git a/printing/image_mac.cc b/printing/image_mac.cc
|
| index 55f61f8204cf71a1ccf22e18b7fdcb80fc9d1d93..864a15017f14eeb6e3d8caf6787dc9a016ba4656 100644
|
| --- a/printing/image_mac.cc
|
| +++ b/printing/image_mac.cc
|
| @@ -20,7 +20,7 @@ bool Image::LoadMetafile(const Metafile& metafile) {
|
| return false;
|
|
|
| size_ = rect.size();
|
| - row_length_ = size_.width() * sizeof(uint32);
|
| + row_length_ = size_.width() * sizeof(uint32_t);
|
| size_t bytes = row_length_ * size_.height();
|
| DCHECK(bytes);
|
|
|
|
|