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:
Janusz Sobczak
2022-11-21 15:33:21 -08:00
committed by Copybara-Service
parent 39d3ef1a7c
commit a3b6058753
21 changed files with 49 additions and 50 deletions
@@ -19,7 +19,7 @@
#include "gtest/gtest.h"
// using location::nearby::windows::uint64_to_mac_address_string;
// using ::location::nearby::windows::uint64_to_mac_address_string;
namespace location {
namespace nearby {
namespace windows {