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

Unified Diff: sync/engine/sync_scheduler_unittest.cc

Issue 16654009: Rewrite scoped_ptr<T>(NULL) to use the default ctor in sync/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | sync/syncable/directory_backing_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/sync_scheduler_unittest.cc
diff --git a/sync/engine/sync_scheduler_unittest.cc b/sync/engine/sync_scheduler_unittest.cc
index 75f54180d8c250e215c03e97ccc729c3273bde22..add837afd173e33043ccaf7a6cf45274d63c2748 100644
--- a/sync/engine/sync_scheduler_unittest.cc
+++ b/sync/engine/sync_scheduler_unittest.cc
@@ -107,11 +107,7 @@ testing::AssertionResult ModelTypeSetMatchesInvalidationMap(
static const size_t kMinNumSamples = 5;
class SyncSchedulerTest : public testing::Test {
public:
- SyncSchedulerTest()
- : weak_ptr_factory_(this),
- context_(NULL),
- syncer_(NULL),
- delay_(NULL) {}
+ SyncSchedulerTest() : weak_ptr_factory_(this), syncer_(NULL), delay_(NULL) {}
class MockDelayProvider : public BackoffDelayProvider {
public:
« no previous file with comments | « no previous file | sync/syncable/directory_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698