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

Unified Diff: content/common_child/npobject_util.h

Issue 15047014: Move child-common classes to content/common_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/common_child/npobject_stub.cc ('k') | content/common_child/npobject_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common_child/npobject_util.h
diff --git a/content/common/npobject_util.h b/content/common_child/npobject_util.h
similarity index 92%
rename from content/common/npobject_util.h
rename to content/common_child/npobject_util.h
index 0890ce809fe2f70db6827f3144c42e14b04a4f93..7590c6096c288f333a217a77a8666c1afa391b3b 100644
--- a/content/common/npobject_util.h
+++ b/content/common_child/npobject_util.h
@@ -4,8 +4,8 @@
//
// Helper functions that are used by the NPObject proxy and stub.
-#ifndef CONTENT_COMMON_NPOBJECT_UTIL_H_
-#define CONTENT_COMMON_NPOBJECT_UTIL_H_
+#ifndef CONTENT_COMMON_CHILD_NPOBJECT_UTIL_H_
+#define CONTENT_COMMON_CHILD_NPOBJECT_UTIL_H_
#include "build/build_config.h"
@@ -13,7 +13,7 @@
#include <windows.h>
#endif
-#include "content/common/npobject_stub.h"
+#include "content/common_child/npobject_stub.h"
class GURL;
@@ -71,4 +71,4 @@ HANDLE GetMessageBoxEvent(HWND hwnd);
} // namespace content
-#endif // CONTENT_COMMON_NPOBJECT_UTIL_H_
+#endif // CONTENT_COMMON_CHILD_NPOBJECT_UTIL_H_
« no previous file with comments | « content/common_child/npobject_stub.cc ('k') | content/common_child/npobject_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698