mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Fully qualify ::location::nearby imports.
Find and replace exercise. Replace `using location::nearby` with `using ::location::nearby` and `using <Name> = location::nearby` with `using <Name> = ::location::nearby` PiperOrigin-RevId: 490087051
This commit is contained in:
committed by
Copybara-Service
parent
39d3ef1a7c
commit
a3b6058753
@@ -29,9 +29,9 @@ namespace nearby {
|
||||
namespace presence {
|
||||
namespace {
|
||||
|
||||
using FeatureFlags = location::nearby::FeatureFlags::Flags;
|
||||
using FeatureFlags = ::location::nearby::FeatureFlags::Flags;
|
||||
using internal::IdentityType;
|
||||
using location::nearby::MediumEnvironment;
|
||||
using ::location::nearby::MediumEnvironment;
|
||||
|
||||
constexpr FeatureFlags kTestCases[] = {
|
||||
FeatureFlags{},
|
||||
|
||||
Reference in New Issue
Block a user