| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index d5218609b49a2e1ff467212bda8b3060d8f48110..c08433ef09a32021a1faf127f01f91a3bf1cbc6a 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -291,7 +291,7 @@ void TestingProfile::Init() {
|
| else
|
| CreateTestingPrefService();
|
|
|
| - if (!file_util::PathExists(profile_path_))
|
| + if (!base::PathExists(profile_path_))
|
| file_util::CreateDirectory(profile_path_);
|
|
|
| // TODO(joaodasilva): remove this once this PKS isn't created in ProfileImpl
|
|
|