summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-25 15:04:22 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-25 15:04:22 +0000
commit9d8ea308b93fdd1b78cded9e604268e9752e2909 (patch)
tree5a4e49524786f0fb259726e0f92bb1fd64ed01ac /chrome/browser/importer
parent20cd74f9317b37e8faee699dfdf7dcf2a7eea12c (diff)
downloadchromium_src-9d8ea308b93fdd1b78cded9e604268e9752e2909.zip
chromium_src-9d8ea308b93fdd1b78cded9e604268e9752e2909.tar.gz
chromium_src-9d8ea308b93fdd1b78cded9e604268e9752e2909.tar.bz2
Cleanup the IPC param traits structure:
-traits that are only used by chrome should be in chrome -traits that aren't used by chrome shouldn't be in content/public -use macros for serialization where possible -traits that are only used by one message file should just be listed in it -get rid of webkit_param_traits since it's not needed anymore. It was added as a hack to keep npchrome_frame.dll's size small by giving a hint to the MSVS linker, but now that there's more split between the message files because of the content split it's not necessary anymore. I've verified that npchrome_frame.dll's size (Release, non-component) size doesn't change. Review URL: https://codereview.chromium.org/10980010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/importer')
-rw-r--r--chrome/browser/importer/profile_import_process_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/importer/profile_import_process_messages.h b/chrome/browser/importer/profile_import_process_messages.h
index 9a6ed03..d2300dd 100644
--- a/chrome/browser/importer/profile_import_process_messages.h
+++ b/chrome/browser/importer/profile_import_process_messages.h
@@ -13,8 +13,8 @@
#include "chrome/browser/importer/importer_data_types.h"
#include "chrome/browser/importer/profile_writer.h"
#include "chrome/browser/search_engines/template_url.h"
+#include "chrome/common/common_param_traits_macros.h"
#include "content/public/common/common_param_traits.h"
-#include "content/public/common/webkit_param_traits.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_message_utils.h"
#include "webkit/forms/password_form.h"