Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c8fb61b authored by Nathan Muggli's avatar Nathan Muggli
Browse files

libchrome: Update headers from libchrome

A change in libchrome has moved the base/bind.h header into
base/funtional/bind.h.  See https://r.android.com/2399915 for more details.  This change finishes the work in aosp/2403852.

Bug: 266161904
Tag: #floss
Test: presubmit

Change-Id: I2e2052aaf8e75f41fd52b535d2cb9c65f87e2c56
parent 65936719
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

#include "gatt_shim.h"

#include <base/bind.h>
#include <base/functional/bind.h>
#include <base/location.h>

#include <cstdint>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#include "stack/arbiter/acl_arbiter.h"

#include <base/bind.h>
#include <base/functional/bind.h>

#include <iterator>
#include <unordered_map>