diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 20:00:41 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 20:00:41 +0000 |
commit | 19a5c744bf18b7e7b233fe2de250275f58ed9562 (patch) | |
tree | 7d87a52f17e950b380a44c67f1b27c3ec5a47ae9 /chrome | |
parent | c92f4ed1c339ad9a413a6945e5e6c71f397187a1 (diff) | |
download | chromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.zip chromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.tar.gz chromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.tar.bz2 |
Move common_param_traits and webkit_param_traits to content/public/common.
BUG=98716
Review URL: http://codereview.chromium.org/8368004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/automation/testing_automation_provider.cc | 2 | ||||
-rw-r--r-- | chrome/browser/importer/profile_import_process_messages.h | 4 | ||||
-rw-r--r-- | chrome/chrome_common.gypi | 1 | ||||
-rw-r--r-- | chrome/common/autofill_messages.h | 2 | ||||
-rw-r--r-- | chrome/common/automation_messages.h | 4 | ||||
-rw-r--r-- | chrome/common/chrome_utility_messages.h | 2 | ||||
-rw-r--r-- | chrome/common/common_param_traits_unittest.cc | 2 | ||||
-rw-r--r-- | chrome/common/extensions/extension_messages.cc | 2 | ||||
-rw-r--r-- | chrome/common/extensions/extension_unpacker.cc | 2 | ||||
-rw-r--r-- | chrome/common/render_messages.h | 4 |
10 files changed, 13 insertions, 12 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc index 289437a..4c24638 100644 --- a/chrome/browser/automation/testing_automation_provider.cc +++ b/chrome/browser/automation/testing_automation_provider.cc @@ -115,8 +115,8 @@ #include "content/browser/renderer_host/render_process_host.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/tab_contents/interstitial_page.h" -#include "content/common/common_param_traits.h" #include "content/public/browser/notification_service.h" +#include "content/public/common/common_param_traits.h" #include "net/base/cookie_store.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" #include "ui/base/events.h" diff --git a/chrome/browser/importer/profile_import_process_messages.h b/chrome/browser/importer/profile_import_process_messages.h index 1155e97..a2ae0491 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 "content/common/common_param_traits.h" -#include "content/common/webkit_param_traits.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/glue/password_form.h" diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index e67806b..34cf4de 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -72,6 +72,7 @@ 'common/chrome_content_client.h', 'common/chrome_notification_types.h', 'common/chrome_plugin_messages.h', + 'common/chrome_utility_messages.h', 'common/chrome_version_info.cc', 'common/chrome_version_info_linux.cc', 'common/chrome_version_info_mac.mm', diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h index 213f081..3bccb6d 100644 --- a/chrome/common/autofill_messages.h +++ b/chrome/common/autofill_messages.h @@ -7,7 +7,7 @@ #include <string> #include "base/time.h" -#include "content/common/webkit_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/glue/form_data.h" diff --git a/chrome/common/automation_messages.h b/chrome/common/automation_messages.h index 3b73501..e14749b 100644 --- a/chrome/common/automation_messages.h +++ b/chrome/common/automation_messages.h @@ -10,10 +10,10 @@ #include "base/memory/ref_counted.h" #include "chrome/common/automation_constants.h" #include "chrome/common/content_settings.h" -#include "content/common/common_param_traits.h" -#include "content/common/webkit_param_traits.h" +#include "content/public/common/common_param_traits.h" #include "content/public/common/page_type.h" #include "content/public/common/security_style.h" +#include "content/public/common/webkit_param_traits.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_message_macros.h" #include "ipc/ipc_message_utils.h" diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h index 9e51281..07778f5 100644 --- a/chrome/common/chrome_utility_messages.h +++ b/chrome/common/chrome_utility_messages.h @@ -12,8 +12,8 @@ #include "base/platform_file.h" #include "base/values.h" #include "chrome/common/extensions/update_manifest.h" -#include "content/common/common_param_traits.h" #include "content/common/serialized_script_value.h" +#include "content/public/common/common_param_traits.h" #include "ipc/ipc_message_macros.h" #include "printing/backend/print_backend.h" #include "printing/page_range.h" diff --git a/chrome/common/common_param_traits_unittest.cc b/chrome/common/common_param_traits_unittest.cc index bc47418..26f7eb6 100644 --- a/chrome/common/common_param_traits_unittest.cc +++ b/chrome/common/common_param_traits_unittest.cc @@ -7,7 +7,7 @@ #include "base/memory/scoped_ptr.h" #include "base/values.h" -#include "content/common/common_param_traits.h" +#include "content/public/common/common_param_traits.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_message.h" #include "ipc/ipc_message_utils.h" diff --git a/chrome/common/extensions/extension_messages.cc b/chrome/common/extensions/extension_messages.cc index c4913640..617ed64 100644 --- a/chrome/common/extensions/extension_messages.cc +++ b/chrome/common/extensions/extension_messages.cc @@ -5,7 +5,7 @@ #include "chrome/common/extensions/extension_messages.h" #include "chrome/common/extensions/extension_constants.h" -#include "content/common/common_param_traits.h" +#include "content/public/common/common_param_traits.h" ExtensionMsg_Loaded_Params::ExtensionMsg_Loaded_Params() : location(Extension::INVALID), diff --git a/chrome/common/extensions/extension_unpacker.cc b/chrome/common/extensions/extension_unpacker.cc index 694cf73..3b706fd 100644 --- a/chrome/common/extensions/extension_unpacker.cc +++ b/chrome/common/extensions/extension_unpacker.cc @@ -20,7 +20,7 @@ #include "chrome/common/extensions/extension_l10n_util.h" #include "chrome/common/url_constants.h" #include "chrome/common/zip.h" -#include "content/common/common_param_traits.h" +#include "content/public/common/common_param_traits.h" #include "ipc/ipc_message_utils.h" #include "net/base/file_stream.h" #include "third_party/skia/include/core/SkBitmap.h" diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index ff8d403..b7af0d1 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -23,8 +23,8 @@ #include "chrome/common/search_provider.h" #include "chrome/common/thumbnail_score.h" #include "chrome/common/translate_errors.h" -#include "content/common/common_param_traits.h" -#include "content/common/webkit_param_traits.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_platform_file.h" #include "third_party/skia/include/core/SkBitmap.h" |