| Index: chrome/browser/views/download_shelf_view.h
|
| ===================================================================
|
| --- chrome/browser/views/download_shelf_view.h (revision 16147)
|
| +++ chrome/browser/views/download_shelf_view.h (working copy)
|
| @@ -38,7 +38,7 @@
|
| // Implementation of View.
|
| virtual gfx::Size GetPreferredSize();
|
| virtual void Layout();
|
| - virtual void Paint(ChromeCanvas* canvas);
|
| + virtual void Paint(gfx::Canvas* canvas);
|
|
|
| // Implementation of AnimationDelegate.
|
| virtual void AnimationProgressed(const Animation* animation);
|
| @@ -70,7 +70,7 @@
|
| void AddDownloadView(views::View* view);
|
|
|
| // Paints the border.
|
| - void PaintBorder(ChromeCanvas* canvas);
|
| + void PaintBorder(gfx::Canvas* canvas);
|
|
|
| // The animation for adding new items to the shelf.
|
| scoped_ptr<SlideAnimation> new_item_animation_;
|
|
|