| 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 4908342aa4e21626c65e04c9695bf2bdabb87845..97d97e44f03f216fbaef7de67e56120ca0d50754 100644
|
| --- a/chrome/browser/profiles/profile_info_cache_unittest.h
|
| +++ b/chrome/browser/profiles/profile_info_cache_unittest.h
|
| @@ -45,10 +45,10 @@ class ProfileNameVerifierObserver : public ProfileInfoCacheObserver {
|
| class ProfileInfoCacheTest : public testing::Test {
|
| protected:
|
| ProfileInfoCacheTest();
|
| - virtual ~ProfileInfoCacheTest();
|
| + ~ProfileInfoCacheTest() override;
|
|
|
| - virtual void SetUp() override;
|
| - virtual void TearDown() override;
|
| + void SetUp() override;
|
| + void TearDown() override;
|
|
|
| ProfileInfoCache* GetCache();
|
| base::FilePath GetProfilePath(const std::string& base_name);
|
|
|