File tree Expand file tree Collapse file tree 5 files changed +1
-8
lines changed
Expand file tree Collapse file tree 5 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,7 @@ namespace cloud {
3636namespace storage {
3737GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
3838
39- using ::google::cloud::testing_util::IsOk;
4039using ::google::cloud::testing_util::ScopedEnvironment;
41- using ::testing::IsEmpty;
42- using ::testing::Not;
4340using ::testing::UnorderedElementsAre;
4441
4542namespace {
Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ namespace {
3737
3838using ::google::cloud::storage::internal::ClientImplDetails;
3939using ::google::cloud::storage::testing::canonical_errors::TransientError;
40- using ::google::cloud::testing_util::IsOkAndHolds;
41- using ::google::cloud::testing_util::MockBackoffPolicy;
4240using ::google::cloud::testing_util::ScopedEnvironment;
4341using ::testing::ElementsAre;
4442using ::testing::NotNull;
Original file line number Diff line number Diff line change 2020#include " google/cloud/storage/options.h"
2121#include " google/cloud/completion_queue.h"
2222#include " google/cloud/future.h"
23- #include " google/cloud/options.h"
2423#include " google/cloud/status_or.h"
2524#include " google/cloud/version.h"
2625#include " google/storage/v2/storage.pb.h"
Original file line number Diff line number Diff line change 1515#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_INTERNAL_GRPC_STUB_H
1616#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_INTERNAL_GRPC_STUB_H
1717
18- #include " google/cloud/storage/client_options.h"
1918#include " google/cloud/storage/internal/generic_stub.h"
19+ #include " google/cloud/storage/client_options.h"
2020#include " google/cloud/storage/version.h"
2121#include " google/cloud/background_threads.h"
2222#include " google/cloud/internal/minimal_iam_credentials_stub.h"
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ namespace storage {
2121namespace testing {
2222
2323using ::testing::Return;
24- using ::testing::ReturnRef;
2524
2625ClientUnitTest::ClientUnitTest ()
2726 : mock_(std::make_shared<testing::MockClient>()) {
You can’t perform that action at this time.
0 commit comments