| 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 a5838161853d9532f4415355bacd1aaf198881d0..2ddcb990e4763359ffad4149ed4985b1f034e915 100644
|
| --- a/chrome/test/base/testing_profile_manager.cc
|
| +++ b/chrome/test/base/testing_profile_manager.cc
|
| @@ -27,8 +27,7 @@ class ProfileManager : public ::ProfileManagerWithoutInit {
|
| : ::ProfileManagerWithoutInit(user_data_dir) {}
|
|
|
| protected:
|
| - virtual Profile* CreateProfileHelper(
|
| - const base::FilePath& file_path) override {
|
| + Profile* CreateProfileHelper(const base::FilePath& file_path) override {
|
| return new TestingProfile(file_path);
|
| }
|
| };
|
|
|