mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Fix internal flow
PiperOrigin-RevId: 466426960
This commit is contained in:
committed by
Copybara-Service
parent
643c0efdde
commit
55f20775d2
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "third_party/nearby/presence/implementation/advertisement_decoder.h"
|
||||
#include "presence/implementation/advertisement_decoder.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
@@ -25,8 +25,8 @@
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "internal/platform/logging.h"
|
||||
#include "third_party/nearby/presence/action_factory.h"
|
||||
#include "third_party/nearby/presence/data_element.h"
|
||||
#include "presence/action_factory.h"
|
||||
#include "presence/data_element.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace presence {
|
||||
|
||||
Reference in New Issue
Block a user