Index: chrome/browser/profiles/profile_info_cache_unittest.h |
diff --git a/chrome/browser/profiles/profile_info_cache_unittest.h b/chrome/browser/profiles/profile_info_cache_unittest.h |
index 882e6055451112ce77281363da63260f40ce9855..4908342aa4e21626c65e04c9695bf2bdabb87845 100644 |
--- a/chrome/browser/profiles/profile_info_cache_unittest.h |
+++ b/chrome/browser/profiles/profile_info_cache_unittest.h |
@@ -24,19 +24,16 @@ class ProfileNameVerifierObserver : public ProfileInfoCacheObserver { |
public: |
explicit ProfileNameVerifierObserver( |
TestingProfileManager* testing_profile_manager); |
- virtual ~ProfileNameVerifierObserver(); |
+ ~ProfileNameVerifierObserver() override; |
// ProfileInfoCacheObserver overrides: |
- virtual void OnProfileAdded(const base::FilePath& profile_path) override; |
- virtual void OnProfileWillBeRemoved( |
- const base::FilePath& profile_path) override; |
- virtual void OnProfileWasRemoved(const base::FilePath& profile_path, |
- const base::string16& profile_name) override; |
- virtual void OnProfileNameChanged( |
- const base::FilePath& profile_path, |
- const base::string16& old_profile_name) override; |
- virtual void OnProfileAvatarChanged( |
- const base::FilePath& profile_path) override; |
+ void OnProfileAdded(const base::FilePath& profile_path) override; |
+ void OnProfileWillBeRemoved(const base::FilePath& profile_path) override; |
+ void OnProfileWasRemoved(const base::FilePath& profile_path, |
+ const base::string16& profile_name) override; |
+ void OnProfileNameChanged(const base::FilePath& profile_path, |
+ const base::string16& old_profile_name) override; |
+ void OnProfileAvatarChanged(const base::FilePath& profile_path) override; |
private: |
ProfileInfoCache* GetCache(); |