Index: chrome/test/base/testing_profile_manager.cc |
diff --git a/chrome/test/base/testing_profile_manager.cc b/chrome/test/base/testing_profile_manager.cc |
index 2d49f6db3679fc2b34919cb26915f6bfe630d98c..a4155112c06c5c07f0465caab427bef4d992f6d6 100644 |
--- a/chrome/test/base/testing_profile_manager.cc |
+++ b/chrome/test/base/testing_profile_manager.cc |
@@ -29,7 +29,7 @@ class ProfileManager : public ::ProfileManagerWithoutInit { |
protected: |
virtual Profile* CreateProfileHelper( |
- const base::FilePath& file_path) OVERRIDE { |
+ const base::FilePath& file_path) override { |
return new TestingProfile(file_path); |
} |
}; |