Chromium Code Reviews| Index: chrome/test/base/testing_profile_manager.cc |
| =================================================================== |
| --- chrome/test/base/testing_profile_manager.cc (revision 111700) |
| +++ chrome/test/base/testing_profile_manager.cc (working copy) |
| @@ -21,7 +21,7 @@ |
| : ::ProfileManager(user_data_dir) {} |
| protected: |
| - virtual Profile* CreateProfile(const FilePath& file_path) { |
| + virtual Profile* CreateProfileHelper(const FilePath& file_path) OVERRIDE { |
| return new TestingProfile(file_path); |
| } |
| }; |