diff options
Diffstat (limited to 'chrome/browser/tab_contents/background_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/background_contents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h index 6552632..361c7da 100644 --- a/chrome/browser/tab_contents/background_contents.h +++ b/chrome/browser/tab_contents/background_contents.h @@ -120,7 +120,7 @@ class BackgroundContents : public RenderViewHostDelegate, virtual void UpdatePreferredSize(const gfx::Size& new_size) {} // NotificationObserver - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details); |