Index: content/common_child/npobject_base.h |
diff --git a/content/common/npobject_base.h b/content/common_child/npobject_base.h |
similarity index 83% |
rename from content/common/npobject_base.h |
rename to content/common_child/npobject_base.h |
index f91a84765f309de2abe25bdbf8ffbc25c5b346a8..0dcb04cbc8a2544257949279fcb80cf03325fa4f 100644 |
--- a/content/common/npobject_base.h |
+++ b/content/common_child/npobject_base.h |
@@ -5,8 +5,8 @@ |
// Base interface used by NPChannelBase and implemented by NPObjectProxy and |
// NPObjectStub. |
-#ifndef CONTENT_COMMON_NPOBJECT_BASE_H_ |
-#define CONTENT_COMMON_NPOBJECT_BASE_H_ |
+#ifndef CONTENT_COMMON_CHILD_NPOBJECT_BASE_H_ |
+#define CONTENT_COMMON_CHILD_NPOBJECT_BASE_H_ |
#include "ipc/ipc_listener.h" |
#include "third_party/npapi/bindings/npruntime.h" |
@@ -28,4 +28,4 @@ class NPObjectBase { |
} // namespace content |
-#endif // CONTENT_COMMON_NPOBJECT_BASE_H_ |
+#endif // CONTENT_COMMON_CHILD_NPOBJECT_BASE_H_ |