Index: content/child/np_channel_base.h |
diff --git a/content/common_child/np_channel_base.h b/content/child/np_channel_base.h |
similarity index 97% |
rename from content/common_child/np_channel_base.h |
rename to content/child/np_channel_base.h |
index d5352f316bdadaf64d6d7b23dd70156af4dcd132..0b1521bb37c9d257679d03f062631d7e166134c0 100644 |
--- a/content/common_child/np_channel_base.h |
+++ b/content/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_CHILD_NP_CHANNEL_BASE_H_ |
-#define CONTENT_COMMON_CHILD_NP_CHANNEL_BASE_H_ |
+#ifndef CONTENT_CHILD_NP_CHANNEL_BASE_H_ |
+#define CONTENT_CHILD_NP_CHANNEL_BASE_H_ |
#include <string> |
@@ -12,8 +12,8 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/process.h" |
+#include "content/child/npobject_base.h" |
#include "content/common/message_router.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_CHILD_NP_CHANNEL_BASE_H_ |
+#endif // CONTENT_CHILD_NP_CHANNEL_BASE_H_ |