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

Unified Diff: chrome/test/live_sync/live_sync_test.h

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 | « chrome/test/live_sync/bookmark_model_verifier.cc ('k') | chrome/test/live_sync/live_sync_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/live_sync_test.h
diff --git a/chrome/test/live_sync/live_sync_test.h b/chrome/test/live_sync/live_sync_test.h
index 43975f672a199f16492b9ebaa9a43dc5e639a90f..9fd33734fdb27a9fafb218fa6c091028d53848f2 100644
--- a/chrome/test/live_sync/live_sync_test.h
+++ b/chrome/test/live_sync/live_sync_test.h
@@ -58,7 +58,7 @@ class LiveSyncTest : public InProcessBrowserTest {
static const BookmarkNode* GetByUniqueURL(BookmarkModel* m, const GURL& url);
// Helper to ProfileManager::CreateProfile that handles path creation.
- static Profile* MakeProfile(const std::wstring& name);
+ static Profile* MakeProfile(const FilePath::CharType* name);
// Utility to block (by running the current MessageLoop) until the model has
// loaded. Note this is required instead of using m->BlockTillLoaded, as that
« no previous file with comments | « chrome/test/live_sync/bookmark_model_verifier.cc ('k') | chrome/test/live_sync/live_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698