| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index d75727a03074ecc85ff78c36901f98ba4f9b59f8..9e90e32d516cf7eefcea1107a4d7f1ad8ca7ef4a 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -532,10 +532,6 @@ DownloadManager* TestingProfile::GetDownloadManager() {
|
| return NULL;
|
| }
|
|
|
| -PersonalDataManager* TestingProfile::GetPersonalDataManager() {
|
| - return NULL;
|
| -}
|
| -
|
| fileapi::FileSystemContext* TestingProfile::GetFileSystemContext() {
|
| if (!file_system_context_) {
|
| file_system_context_ = new fileapi::FileSystemContext(
|
|
|