| Index: device/bluetooth/bluetooth_utils.cc
|
| diff --git a/device/bluetooth/bluetooth_utils.cc b/device/bluetooth/bluetooth_utils.cc
|
| index 4f30202db28135c91d29fde62cdec2937361cc1b..b1f9f7816eb9c572cd2839c3d6e5483e9084741d 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";
|
|
|