Chromium Code Reviews| Index: chrome/test/base/testing_profile_manager.cc |
| =================================================================== |
| --- chrome/test/base/testing_profile_manager.cc (revision 111186) |
| +++ 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) { |
|
Paweł Hajdan Jr.
2011/11/23 09:45:33
nit: Could you use OVERRIDE to catch more errors a
rpetterson
2011/11/29 00:54:30
Done. Also added OVERRIDE to the profile_manager_u
|
| return new TestingProfile(file_path); |
| } |
| }; |