diff options
Diffstat (limited to 'chrome/browser/themes/theme_service.h')
-rw-r--r-- | chrome/browser/themes/theme_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/themes/theme_service.h b/chrome/browser/themes/theme_service.h index de9f59e..4b8a3ca 100644 --- a/chrome/browser/themes/theme_service.h +++ b/chrome/browser/themes/theme_service.h @@ -249,7 +249,7 @@ class ThemeService : public base::NonThreadSafe, Profile* profile() { return profile_; } // NotificationObserver: - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details); |