Index: chrome/browser/sync/profile_sync_service_bookmark_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc |
index 57bdf2f8dc11be3a871499c78d445fcb0b849abb..1b8776925654da44b6492b3e9016a1607214fdea 100644 |
--- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc |
@@ -296,6 +296,8 @@ class ProfileSyncServiceBookmarkTest : public testing::Test { |
virtual void SetUp() { |
test_user_share_.SetUp(); |
+ CommandLine::ForCurrentProcess()->AppendSwitch( |
+ switches::kCreateMobileBookmarksFolder); |
tim (not reviewing)
2011/12/06 01:00:57
Hmm.. so we don't cover the not-enabled cases now?
sky
2011/12/06 01:02:13
That's right, but that was the case before these s
|
} |
virtual void TearDown() { |