| Index: content/renderer/bluetooth/web_bluetooth_impl.cc
|
| diff --git a/content/child/bluetooth/web_bluetooth_impl.cc b/content/renderer/bluetooth/web_bluetooth_impl.cc
|
| similarity index 94%
|
| rename from content/child/bluetooth/web_bluetooth_impl.cc
|
| rename to content/renderer/bluetooth/web_bluetooth_impl.cc
|
| index c307461a5345fe98d311dd38defbf9fbe3c55ba8..1c62c0459c22db9d78b3134be2c32254bcfd3afd 100644
|
| --- a/content/child/bluetooth/web_bluetooth_impl.cc
|
| +++ b/content/renderer/bluetooth/web_bluetooth_impl.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/child/bluetooth/web_bluetooth_impl.h"
|
| +#include "content/renderer/bluetooth/web_bluetooth_impl.h"
|
|
|
| -#include "content/child/bluetooth/bluetooth_dispatcher.h"
|
| #include "content/child/thread_safe_sender.h"
|
| +#include "content/renderer/bluetooth/bluetooth_dispatcher.h"
|
|
|
| namespace content {
|
|
|
|
|