diff --git a/fastpair/proto/cache.proto b/fastpair/proto/cache.proto index dc24860a..9ad4c2f6 100644 --- a/fastpair/proto/cache.proto +++ b/fastpair/proto/cache.proto @@ -16,7 +16,7 @@ syntax = "proto3"; package nearby.fastpair.proto; -import "third_party/nearby/fastpair/proto/enum.proto"; +import "fastpair/proto/enum.proto"; option java_multiple_files = true; diff --git a/fastpair/proto/data.proto b/fastpair/proto/data.proto index 84706a35..cd3f8751 100644 --- a/fastpair/proto/data.proto +++ b/fastpair/proto/data.proto @@ -16,8 +16,8 @@ syntax = "proto3"; package nearby.fastpair.proto; -import "third_party/nearby/fastpair/proto/enum.proto"; -import "third_party/nearby/fastpair/proto/fast_pair_string.proto"; +import "fastpair/proto/enum.proto"; +import "fastpair/proto/fast_pair_string.proto"; option java_multiple_files = true; diff --git a/fastpair/proto/fastpair_rpcs.proto b/fastpair/proto/fastpair_rpcs.proto index eb28d6ce..a5015203 100644 --- a/fastpair/proto/fastpair_rpcs.proto +++ b/fastpair/proto/fastpair_rpcs.proto @@ -17,7 +17,7 @@ syntax = "proto3"; package nearby.fastpair.proto; // import "storage/datapol/annotations/proto/semantic_annotations.proto"; -import "third_party/nearby/fastpair/proto/data.proto"; +import "fastpair/proto/data.proto"; // Represents the type of device that is being registered. enum DeviceType {