| Index: chrome/test/live_sync/live_sync_test.cc
|
| ===================================================================
|
| --- chrome/test/live_sync/live_sync_test.cc (revision 51595)
|
| +++ chrome/test/live_sync/live_sync_test.cc (working copy)
|
| @@ -48,7 +48,8 @@
|
| }
|
|
|
| // 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));
|
|
|