Index: content/child/npobject_util.h |
diff --git a/content/common_child/npobject_util.h b/content/child/npobject_util.h |
similarity index 92% |
rename from content/common_child/npobject_util.h |
rename to content/child/npobject_util.h |
index 7590c6096c288f333a217a77a8666c1afa391b3b..55902979e3a9237c77582bfa1aa5fb3817b07542 100644 |
--- a/content/common_child/npobject_util.h |
+++ b/content/child/npobject_util.h |
@@ -4,8 +4,8 @@ |
// |
// Helper functions that are used by the NPObject proxy and stub. |
-#ifndef CONTENT_COMMON_CHILD_NPOBJECT_UTIL_H_ |
-#define CONTENT_COMMON_CHILD_NPOBJECT_UTIL_H_ |
+#ifndef CONTENT_CHILD_NPOBJECT_UTIL_H_ |
+#define CONTENT_CHILD_NPOBJECT_UTIL_H_ |
#include "build/build_config.h" |
@@ -13,7 +13,7 @@ |
#include <windows.h> |
#endif |
-#include "content/common_child/npobject_stub.h" |
+#include "content/child/npobject_stub.h" |
class GURL; |
@@ -71,4 +71,4 @@ HANDLE GetMessageBoxEvent(HWND hwnd); |
} // namespace content |
-#endif // CONTENT_COMMON_CHILD_NPOBJECT_UTIL_H_ |
+#endif // CONTENT_CHILD_NPOBJECT_UTIL_H_ |