Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3191)

Unified Diff: chrome/test/live_sync/single_client_live_preferences_sync_unittest.cc

Issue 1803001: Fix second-profile dir so that it's a sibling of the first; eliminate a FromWStringHack. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Formatting fixes. Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/live_sync/single_client_live_preferences_sync_unittest.cc
diff --git a/chrome/test/live_sync/single_client_live_preferences_sync_unittest.cc b/chrome/test/live_sync/single_client_live_preferences_sync_unittest.cc
index 8e0da62585f035c3bcfb0d39372e7abac90dba54..6c3c181b9261953ce3b6db0a4ca7bb42ff109a94 100644
--- a/chrome/test/live_sync/single_client_live_preferences_sync_unittest.cc
+++ b/chrome/test/live_sync/single_client_live_preferences_sync_unittest.cc
@@ -42,7 +42,8 @@ class SingleClientLivePreferencesSyncTest : public LiveSyncTest {
IN_PROC_BROWSER_TEST_F(SingleClientLivePreferencesSyncTest, Sanity) {
SetupSync();
- PrefService* expected = LiveSyncTest::MakeProfile(L"verifier")->GetPrefs();
+ PrefService* expected = LiveSyncTest::MakeProfile(
+ FILE_PATH_LITERAL("verifier"))->GetPrefs();
expected->SetBoolean(prefs::kHomePageIsNewTabPage, true);
prefs()->SetBoolean(prefs::kHomePageIsNewTabPage, true);
« no previous file with comments | « chrome/test/live_sync/live_sync_test.cc ('k') | chrome/test/live_sync/two_client_live_bookmarks_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698