| Index: content/child/thread_safe_sender.h
|
| diff --git a/content/common/thread_safe_sender.h b/content/child/thread_safe_sender.h
|
| similarity index 88%
|
| rename from content/common/thread_safe_sender.h
|
| rename to content/child/thread_safe_sender.h
|
| index a7da56c95a08514605dafef1b5edbcd20b5277dc..bbef6810ce004668aa99d749d1bfbebf8c663e29 100644
|
| --- a/content/common/thread_safe_sender.h
|
| +++ b/content/child/thread_safe_sender.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_THREAD_SAFE_SENDER_H_
|
| -#define CONTENT_COMMON_THREAD_SAFE_SENDER_H_
|
| +#ifndef CONTENT_CHILD_THREAD_SAFE_SENDER_H_
|
| +#define CONTENT_CHILD_THREAD_SAFE_SENDER_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "ipc/ipc_sender.h"
|
| @@ -42,4 +42,4 @@ class ThreadSafeSender
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_THREAD_SAFE_SENDER_H_
|
| +#endif // CONTENT_CHILD_THREAD_SAFE_SENDER_H_
|
|
|