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

Unified Diff: blimp/helium/owned_register_unittest.cc

Issue 2470883002: OwnedRegisterTest now dervives from HeliumTest. (Closed)
Patch Set: Merge branch 'master' into fixtest Created 4 years, 1 month 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/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() {}
« 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