diff options
Diffstat (limited to 'chrome/browser/download/download_util.h')
-rw-r--r-- | chrome/browser/download/download_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h index 0ad10ab..aa52946 100644 --- a/chrome/browser/download/download_util.h +++ b/chrome/browser/download/download_util.h @@ -160,7 +160,7 @@ enum PaintDownloadProgressSize { // drawing in a right-to-left locale, we need to mirror the position of the // progress animation within the containing View. void PaintDownloadProgress(ChromeCanvas* canvas, - ChromeViews::View* containing_view, + views::View* containing_view, int origin_x, int origin_y, int start_angle, @@ -168,7 +168,7 @@ void PaintDownloadProgress(ChromeCanvas* canvas, PaintDownloadProgressSize size); void PaintDownloadComplete(ChromeCanvas* canvas, - ChromeViews::View* containing_view, + views::View* containing_view, int origin_x, int origin_y, double animation_progress, |