| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index f58ba61830a02d37991745a4749c6a752e9c254d..3ee94c67ee6fe7c56da885fa927b3839df93047c 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -347,7 +347,7 @@ void SyncTest::CreateProfile(int index) {
|
| CHECK(
|
| tmp_profile_paths_[index]->CreateUniqueTempDirUnderPath(user_data_dir));
|
| }
|
| - base::FilePath profile_path = tmp_profile_paths_[index]->path();
|
| + base::FilePath profile_path = tmp_profile_paths_[index]->GetPath();
|
| if (UsingExternalServers()) {
|
| // If running against an EXTERNAL_LIVE_SERVER, we signin profiles using real
|
| // GAIA server. This requires creating profiles with no test hooks.
|
|
|