diff options
Diffstat (limited to 'device/bluetooth/bluetooth_utils.cc')
-rw-r--r-- | device/bluetooth/bluetooth_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_utils.cc b/device/bluetooth/bluetooth_utils.cc index 4f30202..b1f9f781 100644 --- a/device/bluetooth/bluetooth_utils.cc +++ b/device/bluetooth/bluetooth_utils.cc @@ -8,7 +8,7 @@ #include "base/basictypes.h" #include "base/logging.h" -#include "base/string_util.h" +#include "base/strings/string_util.h" namespace { static const char* kCommonUuidPostfix = "-0000-1000-8000-00805f9b34fb"; |