| Index: content/child/thread_safe_sender.cc
|
| diff --git a/content/common/thread_safe_sender.cc b/content/child/thread_safe_sender.cc
|
| similarity index 89%
|
| rename from content/common/thread_safe_sender.cc
|
| rename to content/child/thread_safe_sender.cc
|
| index 89a7cd8650c16e827cddb46f86cb58e4df3edace..65a95d508cd099a7c23610b16f1b80bff8e402c5 100644
|
| --- a/content/common/thread_safe_sender.cc
|
| +++ b/content/child/thread_safe_sender.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/common/thread_safe_sender.h"
|
| +#include "content/child/thread_safe_sender.h"
|
|
|
| #include "base/message_loop_proxy.h"
|
| -#include "content/common/child_thread.h"
|
| +#include "content/child/child_thread.h"
|
| #include "ipc/ipc_sync_message_filter.h"
|
|
|
| namespace content {
|
|
|