diff options
Diffstat (limited to 'chrome/browser/views/blocked_popup_container.h')
-rw-r--r-- | chrome/browser/views/blocked_popup_container.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/blocked_popup_container.h b/chrome/browser/views/blocked_popup_container.h index dcf7d8f..291b0ee 100644 --- a/chrome/browser/views/blocked_popup_container.h +++ b/chrome/browser/views/blocked_popup_container.h @@ -52,7 +52,7 @@ class BlockedPopupContainerView : public views::View, // Overridden from views::View: // Paints our border and background. (Does not paint children.) - virtual void Paint(ChromeCanvas* canvas); + virtual void Paint(gfx::Canvas* canvas); // Sets positions of all child views. virtual void Layout(); // Gets the desired size of the popup notification. |