| Index: content/renderer/bluetooth/bluetooth_message_filter.cc
|
| diff --git a/content/child/bluetooth/bluetooth_message_filter.cc b/content/renderer/bluetooth/bluetooth_message_filter.cc
|
| similarity index 88%
|
| rename from content/child/bluetooth/bluetooth_message_filter.cc
|
| rename to content/renderer/bluetooth/bluetooth_message_filter.cc
|
| index 45b8da6d8d7c7d633e50e2f3e75ed88c5b7f1a6f..bd688da95c3d46d6eb6fe67bdafe9e5f1067a579 100644
|
| --- a/content/child/bluetooth/bluetooth_message_filter.cc
|
| +++ b/content/renderer/bluetooth/bluetooth_message_filter.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/bluetooth_message_filter.h"
|
| +#include "content/renderer/bluetooth/bluetooth_message_filter.h"
|
|
|
| -#include "content/child/bluetooth/bluetooth_dispatcher.h"
|
| #include "content/child/thread_safe_sender.h"
|
| +#include "content/renderer/bluetooth/bluetooth_dispatcher.h"
|
| #include "ipc/ipc_message_macros.h"
|
|
|
| namespace content {
|
|
|