| Index: chrome/test/live_sync/live_sync_test.cc
|
| diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
|
| index 997a9b117196815825ddf28454f0b3c41a98df7c..a7ccacbb1784f78e988ce67e70bb8790e1ef8c1c 100644
|
| --- a/chrome/test/live_sync/live_sync_test.cc
|
| +++ b/chrome/test/live_sync/live_sync_test.cc
|
| @@ -48,8 +48,7 @@ void LiveSyncTest::TearDown() {
|
| }
|
|
|
| // static
|
| -Profile* LiveSyncTest::MakeProfile(
|
| - const FilePath::StringType name) {
|
| +Profile* LiveSyncTest::MakeProfile(const FilePath::StringType name) {
|
| FilePath path;
|
| PathService::Get(chrome::DIR_USER_DATA, &path);
|
| return ProfileManager::CreateProfile(path.Append(name));
|
|
|