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

Unified Diff: components/browser_sync/profile_sync_service_unittest.cc

Issue 2710623003: [sync] Clean up path generation for the local sync database. (Closed)
Patch Set: Fix non-windows bots. Created 3 years, 10 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 | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/base/sync_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/profile_sync_service_unittest.cc
diff --git a/components/browser_sync/profile_sync_service_unittest.cc b/components/browser_sync/profile_sync_service_unittest.cc
index a7044ffe143537847d63732cb83c2b8cd06e62f5..935d62fc92c66b29d89748a227f13e5a4ab48167 100644
--- a/components/browser_sync/profile_sync_service_unittest.cc
+++ b/components/browser_sync/profile_sync_service_unittest.cc
@@ -222,8 +222,6 @@ class ProfileSyncServiceTest : public ::testing::Test {
ProfileSyncService::AUTO_START, builder.Build());
prefs()->SetBoolean(syncer::prefs::kEnableLocalSyncBackend, true);
- init_params.local_sync_backend_folder =
- base::FilePath(FILE_PATH_LITERAL("dummyPath"));
init_params.oauth2_token_service = nullptr;
init_params.gaia_cookie_manager_service = nullptr;
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/base/sync_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698