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

Unified Diff: chrome/browser/sync/engine/syncer_thread_whitebox_unittest.cc

Issue 7024058: [Sync] Clean up sync logging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments Created 9 years, 6 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/browser/sync/engine/syncer_thread_unittest.cc ('k') | chrome/browser/sync/glue/sync_backend_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/syncer_thread_whitebox_unittest.cc
diff --git a/chrome/browser/sync/engine/syncer_thread_whitebox_unittest.cc b/chrome/browser/sync/engine/syncer_thread_whitebox_unittest.cc
index 796a148693e1b233f6e155651af024f398de099f..681474a0dcfa252630aac53997f66c317d25d9c2 100644
--- a/chrome/browser/sync/engine/syncer_thread_whitebox_unittest.cc
+++ b/chrome/browser/sync/engine/syncer_thread_whitebox_unittest.cc
@@ -29,7 +29,8 @@ class SyncerThreadWhiteboxTest : public testing::Test {
registrar_.get(), std::vector<SyncEngineEventListener*>());
context_->set_notifications_enabled(true);
context_->set_account_name("Test");
- syncer_thread_.reset(new SyncerThread(context_, syncer));
+ syncer_thread_.reset(
+ new SyncerThread("TestSyncerThreadWhitebox", context_, syncer));
}
virtual void TearDown() {
« no previous file with comments | « chrome/browser/sync/engine/syncer_thread_unittest.cc ('k') | chrome/browser/sync/glue/sync_backend_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698