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

Unified Diff: blimp/helium/compound_syncable_unittest.cc

Issue 2444193002: Helium: Fix flaky test (Closed)
Patch Set: Created 4 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/helium/compound_syncable_unittest.cc
diff --git a/blimp/helium/compound_syncable_unittest.cc b/blimp/helium/compound_syncable_unittest.cc
index 872c8913bb2009b1511a072bb1c47e72984525c2..0247ac32a0dfbfd25f67298d86f91412fef90b17 100644
--- a/blimp/helium/compound_syncable_unittest.cc
+++ b/blimp/helium/compound_syncable_unittest.cc
@@ -9,6 +9,7 @@
#include "base/bind.h"
#include "base/macros.h"
+#include "blimp/helium/helium_test.h"
#include "blimp/helium/lww_register.h"
#include "blimp/helium/revision_generator.h"
#include "testing/gmock/include/gmock/gmock.h"
@@ -38,7 +39,7 @@ class SampleCompoundSyncable : public CompoundSyncable {
DISALLOW_COPY_AND_ASSIGN(SampleCompoundSyncable);
};
-class CompoundSyncableTest : public testing::Test {
+class CompoundSyncableTest : public HeliumTest {
public:
CompoundSyncableTest()
: last_sync_engine_(0),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698