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

Unified Diff: components/pdf/common/pdf_message_generator.cc

Issue 477263003: pdf: Create a separate component for using the pdf pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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: components/pdf/common/pdf_message_generator.cc
diff --git a/components/cdm/common/cdm_message_generator.cc b/components/pdf/common/pdf_message_generator.cc
similarity index 67%
copy from components/cdm/common/cdm_message_generator.cc
copy to components/pdf/common/pdf_message_generator.cc
index 2aabce727a5b72c028f5f1246a63679088ca4b19..025d94c12f74a62db90543ad754d8749d0364ca9 100644
--- a/components/cdm/common/cdm_message_generator.cc
+++ b/components/pdf/common/pdf_message_generator.cc
@@ -4,31 +4,30 @@
// Get basic type definitions.
#define IPC_MESSAGE_IMPL
-#include "components/cdm/common/cdm_message_generator.h"
+#include "components/pdf/common/pdf_message_generator.h"
// Generate constructors.
#include "ipc/struct_constructor_macros.h"
-#include "components/cdm/common/cdm_message_generator.h"
+#include "components/pdf/common/pdf_message_generator.h"
// Generate destructors.
#include "ipc/struct_destructor_macros.h"
-#include "components/cdm/common/cdm_message_generator.h"
+#include "components/pdf/common/pdf_message_generator.h"
// Generate param traits write methods.
#include "ipc/param_traits_write_macros.h"
namespace IPC {
-#include "components/cdm/common/cdm_message_generator.h"
+#include "components/pdf/common/pdf_message_generator.h"
} // namespace IPC
// Generate param traits read methods.
#include "ipc/param_traits_read_macros.h"
namespace IPC {
-#include "components/cdm/common/cdm_message_generator.h"
+#include "components/pdf/common/pdf_message_generator.h"
} // namespace IPC
// Generate param traits log methods.
#include "ipc/param_traits_log_macros.h"
namespace IPC {
-#include "components/cdm/common/cdm_message_generator.h"
+#include "components/pdf/common/pdf_message_generator.h"
} // namespace IPC
-

Powered by Google App Engine
This is Rietveld 408576698