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

Unified Diff: content/child/npobject_util.h

Issue 16325022: move content/common_child to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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/npobject_stub.cc ('k') | content/child/npobject_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/child/npobject_stub.cc ('k') | content/child/npobject_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698