| Index: content/child/bluetooth/bluetooth_dispatcher.cc
|
| diff --git a/content/child/bluetooth/bluetooth_dispatcher.cc b/content/child/bluetooth/bluetooth_dispatcher.cc
|
| index 0bd7f2b97cd3e202fe28a5fe394b193ae443990a..210c1ad9ef0eae1b06591307352e580025ceb75a 100644
|
| --- a/content/child/bluetooth/bluetooth_dispatcher.cc
|
| +++ b/content/child/bluetooth/bluetooth_dispatcher.cc
|
| @@ -10,8 +10,8 @@
|
| #include "base/thread_task_runner_handle.h"
|
| #include "content/child/thread_safe_sender.h"
|
| #include "content/common/bluetooth/bluetooth_messages.h"
|
| -#include "third_party/WebKit/public/platform/WebBluetoothDevice.h"
|
| -#include "third_party/WebKit/public/platform/WebBluetoothError.h"
|
| +#include "third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothDevice.h"
|
| +#include "third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h"
|
|
|
| using blink::WebBluetoothDevice;
|
| using blink::WebBluetoothError;
|
|
|