Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: content/child/thread_safe_sender.h

Issue 16328003: Move a bunch of child-only code from content/common to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/socket_stream_dispatcher.cc ('k') | content/child/thread_safe_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/child/socket_stream_dispatcher.cc ('k') | content/child/thread_safe_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698