| Index: chrome/browser/download/download_shelf.h
|
| diff --git a/chrome/browser/download/download_shelf.h b/chrome/browser/download/download_shelf.h
|
| index 7ae50215788768b94aef6c8a5422a1f66f44cac7..bf3de9403c6a67e8ea4ca4a8f59fc34ae42d9602 100644
|
| --- a/chrome/browser/download/download_shelf.h
|
| +++ b/chrome/browser/download/download_shelf.h
|
| @@ -53,8 +53,8 @@ class DownloadShelf {
|
| // Progress animation timer period, in milliseconds.
|
| kProgressRateMs = 30,
|
|
|
| - // Size of the space used for the progress indicator, including padding.
|
| - kProgressIndicatorSize = 39,
|
| + // Size of the space used for the progress indicator.
|
| + kProgressIndicatorSize = 25,
|
|
|
| // x/y offset for the file type icon.
|
| kFiletypeIconOffset = (kProgressIndicatorSize - 16) / 2
|
|
|