| Index: blimp/helium/owned_register_unittest.cc
|
| diff --git a/blimp/helium/owned_register_unittest.cc b/blimp/helium/owned_register_unittest.cc
|
| index 2d44d4b880a2abe2d3348574fdbc973123ec0514..dc5a97e19eeaf266a322fb8f239a12f8a10328f4 100644
|
| --- a/blimp/helium/owned_register_unittest.cc
|
| +++ b/blimp/helium/owned_register_unittest.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/bind.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "blimp/helium/coded_value_serializer.h"
|
| +#include "blimp/helium/helium_test.h"
|
| #include "blimp/helium/syncable_common.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -19,7 +20,7 @@ namespace blimp {
|
| namespace helium {
|
| namespace {
|
|
|
| -class OwnedRegisterTest : public testing::Test {
|
| +class OwnedRegisterTest : public HeliumTest {
|
| public:
|
| OwnedRegisterTest() {}
|
|
|
|
|