diff --git a/google/cloud/bigtable/testing/table_test_fixture.h b/google/cloud/bigtable/testing/table_test_fixture.h index 66a165774fe26..4b23e06c6e722 100644 --- a/google/cloud/bigtable/testing/table_test_fixture.h +++ b/google/cloud/bigtable/testing/table_test_fixture.h @@ -28,7 +28,7 @@ namespace testing { /// Common fixture for the bigtable::Table tests. class TableTestFixture : public ::testing::Test { protected: - explicit TableTestFixture(CompletionQueue const& cq); + explicit TableTestFixture(CompletionQueue cq); std::shared_ptr SetupMockClient(); static char const kProjectId[];