| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp
|
| index 2d17801f81a028af546f37087e97256804e1811e..497b1c1a5da5afe729d3d5490db2b98c9587ecda 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp
|
| @@ -7,10 +7,10 @@
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "platform/UUID.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HexNumber.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HexNumber.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|