| 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),
|
|
|