Index: content/common_child/np_channel_base.h |
diff --git a/content/common/np_channel_base.h b/content/common_child/np_channel_base.h |
similarity index 97% |
rename from content/common/np_channel_base.h |
rename to content/common_child/np_channel_base.h |
index f307e9f7d24d90c22282e89437b0188c22670d89..d5352f316bdadaf64d6d7b23dd70156af4dcd132 100644 |
--- a/content/common/np_channel_base.h |
+++ b/content/common_child/np_channel_base.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_NP_CHANNEL_BASE_H_ |
-#define CONTENT_COMMON_NP_CHANNEL_BASE_H_ |
+#ifndef CONTENT_COMMON_CHILD_NP_CHANNEL_BASE_H_ |
+#define CONTENT_COMMON_CHILD_NP_CHANNEL_BASE_H_ |
#include <string> |
@@ -13,7 +13,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/process.h" |
#include "content/common/message_router.h" |
-#include "content/common/npobject_base.h" |
+#include "content/common_child/npobject_base.h" |
#include "ipc/ipc_channel_handle.h" |
#include "ipc/ipc_sync_channel.h" |
@@ -200,4 +200,4 @@ class NPChannelBase : public IPC::Listener, |
} // namespace content |
-#endif // CONTENT_COMMON_NP_CHANNEL_BASE_H_ |
+#endif // CONTENT_COMMON_CHILD_NP_CHANNEL_BASE_H_ |