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

Unified Diff: chrome/test/live_sync/bookmark_model_verifier.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
« no previous file with comments | « no previous file | chrome/test/live_sync/live_sync_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/bookmark_model_verifier.cc
diff --git a/chrome/test/live_sync/bookmark_model_verifier.cc b/chrome/test/live_sync/bookmark_model_verifier.cc
index f9979629dcf0898be66fecebda65c325fcd2746a..5f5b718fcb3e9cd65c0562e98bd1c583a440343e 100644
--- a/chrome/test/live_sync/bookmark_model_verifier.cc
+++ b/chrome/test/live_sync/bookmark_model_verifier.cc
@@ -29,7 +29,8 @@ void BookmarkModelVerifier::ExpectBookmarkInfoMatch(
}
BookmarkModelVerifier::BookmarkModelVerifier() {
- verifier_profile_.reset(LiveSyncTest::MakeProfile(L"verifier"));
+ verifier_profile_.reset(LiveSyncTest::MakeProfile(
+ FILE_PATH_LITERAL("verifier")));
verifier_ = verifier_profile_->GetBookmarkModel();
}
« no previous file with comments | « no previous file | chrome/test/live_sync/live_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698