| Index: blimp/client/test/test_blimp_client_context_delegate.cc
|
| diff --git a/blimp/client/test/test_blimp_client_context_delegate.cc b/blimp/client/test/test_blimp_client_context_delegate.cc
|
| index 590c21416fde5a7ce84b5ae359d6889f1b9aa9d9..334b0d1aab2b0cc4b8bcc9c6189008c74b18891a 100644
|
| --- a/blimp/client/test/test_blimp_client_context_delegate.cc
|
| +++ b/blimp/client/test/test_blimp_client_context_delegate.cc
|
| @@ -9,20 +9,9 @@
|
| namespace blimp {
|
| namespace client {
|
|
|
| -TestBlimpClientContextDelegate::TestBlimpClientContextDelegate()
|
| - : blimp_contents_with_last_attached_helpers_() {}
|
| +TestBlimpClientContextDelegate::TestBlimpClientContextDelegate() = default;
|
|
|
| -TestBlimpClientContextDelegate::~TestBlimpClientContextDelegate() {}
|
| -
|
| -void TestBlimpClientContextDelegate::AttachBlimpContentsHelpers(
|
| - BlimpContents* blimp_contents) {
|
| - blimp_contents_with_last_attached_helpers_ = blimp_contents;
|
| -}
|
| -
|
| -BlimpContents*
|
| -TestBlimpClientContextDelegate::GetBlimpContentsWithLastAttachedHelpers() {
|
| - return blimp_contents_with_last_attached_helpers_;
|
| -}
|
| +TestBlimpClientContextDelegate::~TestBlimpClientContextDelegate() = default;
|
|
|
| } // namespace client
|
| } // namespace blimp
|
|
|