diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-05-24 17:46:49 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-05-28 16:19:19 +0200 |
commit | 6184c758d2d7512af94d133f6ecac1abce03490e (patch) | |
tree | a6d0f2c915798dee767b43198eed10efe18a3471 /test/utils/blob_creator.hpp | |
parent | dc273f4ce89dc6e562c4a99fd394c92f56eeb63f (diff) | |
download | justbuild-6184c758d2d7512af94d133f6ecac1abce03490e.tar.gz |
Rename BlobContainer to BazelBlobContainer
Diffstat (limited to 'test/utils/blob_creator.hpp')
-rw-r--r-- | test/utils/blob_creator.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/blob_creator.hpp b/test/utils/blob_creator.hpp index 3bc7d54c..baa7cc86 100644 --- a/test/utils/blob_creator.hpp +++ b/test/utils/blob_creator.hpp @@ -20,7 +20,7 @@ #include <string> #include "src/buildtool/common/artifact_digest.hpp" -#include "src/buildtool/execution_api/bazel_msg/bazel_blob.hpp" +#include "src/buildtool/execution_api/bazel_msg/bazel_blob_container.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/file_system/object_type.hpp" |