| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 0696d25a00ca8104b057c2583bf79457fff41403..d46c90014eb2e2e50f7a4c5088a6c69c7ee2114f 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -68,8 +68,8 @@ class ProfileManager : public NonThreadSafe,
|
| const_iterator end() const { return profiles_.end(); }
|
|
|
| // PowerObserver notifications
|
| - void OnSuspend();
|
| - void OnResume();
|
| + virtual void OnSuspend();
|
| + virtual void OnResume();
|
|
|
| // NotificationObserver implementation.
|
| virtual void Observe(NotificationType type,
|
|
|