From 9acc48601ea4aff4e5ec977c0dd089e887ba5ffd Mon Sep 17 00:00:00 2001 From: "davemoore@chromium.org" Date: Mon, 30 Nov 2009 21:18:51 +0000 Subject: Add -profile command line switch Review URL: http://codereview.chromium.org/384062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33335 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/live_sync/live_bookmarks_sync_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/live_sync') diff --git a/chrome/test/live_sync/live_bookmarks_sync_test.cc b/chrome/test/live_sync/live_bookmarks_sync_test.cc index 0fb4276..8d16edc 100644 --- a/chrome/test/live_sync/live_bookmarks_sync_test.cc +++ b/chrome/test/live_sync/live_bookmarks_sync_test.cc @@ -77,7 +77,7 @@ Profile* LiveBookmarksSyncTest::MakeProfile(const std::wstring& name) { FilePath path; PathService::Get(chrome::DIR_USER_DATA, &path); path.Append(FilePath::FromWStringHack(name)); - return ProfileManager::CreateProfile(path, name, L"", L""); + return ProfileManager::CreateProfile(path); } void LiveBookmarksSyncTest::SetUpInProcessBrowserTestFixture() { -- cgit v1.1