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

Unified Diff: content/child/plugin_param_traits.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
Index: content/child/plugin_param_traits.h
diff --git a/content/common_child/plugin_param_traits.h b/content/child/plugin_param_traits.h
similarity index 94%
rename from content/common_child/plugin_param_traits.h
rename to content/child/plugin_param_traits.h
index 15061a6158b58c2b94340e786885618fefd2ffa3..11ad4fa24ab938db7a6c51b419de8046d8d01bbd 100644
--- a/content/common_child/plugin_param_traits.h
+++ b/content/child/plugin_param_traits.h
@@ -11,8 +11,8 @@
// public members, or because the same type is being used in multiple
// *_messages.h headers.
-#ifndef CONTENT_COMMON_CHILD_PLUGIN_PARAM_TRAITS_H_
-#define CONTENT_COMMON_CHILD_PLUGIN_PARAM_TRAITS_H_
+#ifndef CONTENT_CHILD_PLUGIN_PARAM_TRAITS_H_
+#define CONTENT_CHILD_PLUGIN_PARAM_TRAITS_H_
#include <string>
#include "ipc/ipc_message.h"
@@ -80,4 +80,4 @@ struct ParamTraits<content::NPIdentifier_Param> {
} // namespace IPC
-#endif // CONTENT_COMMON_CONTENT_PARAM_TRAITS_H_
+#endif // CONTENT_CHILD_PLUGIN_PARAM_TRAITS_H_

Powered by Google App Engine
This is Rietveld 408576698