diff --git a/google/cloud/storage/examples/storage_async_samples.cc b/google/cloud/storage/examples/storage_async_samples.cc index 5433144f3dbcf..bc7e8773e1d06 100644 --- a/google/cloud/storage/examples/storage_async_samples.cc +++ b/google/cloud/storage/examples/storage_async_samples.cc @@ -156,6 +156,7 @@ void InsertObjectVectorVectors(google::cloud::storage::AsyncClient& client, void OpenObjectSingleRangedRead(google::cloud::storage::AsyncClient& client, std::vector const& argv) { //! [open-object-single-ranged-read] + // [START storage_open_object_single_ranged_read] namespace gcs = google::cloud::storage; // Helper coroutine to count newlines returned by an AsyncReader.