diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-18 18:33:57 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-18 18:33:57 +0000 |
commit | 252cad6dec04039d456e716273153951d0090b5f (patch) | |
tree | 68437c27571fe3e88317f1f2848573fe647fdbb5 /chrome_frame | |
parent | 371390a71a7e4530b39e46f1f52c5a6d5a3acd43 (diff) | |
download | chromium_src-252cad6dec04039d456e716273153951d0090b5f.zip chromium_src-252cad6dec04039d456e716273153951d0090b5f.tar.gz chromium_src-252cad6dec04039d456e716273153951d0090b5f.tar.bz2 |
Remove all wstrings from the IPC logging subsystem.
Changes all IPC Log methods from wstring to string. All static logging debug
data changed from wchar[] to char[].
Various string conversion/numeric headers no longer need to be included in
ipc_message_utils.h and have been removed (and added in all implementation
files that require them).
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3159013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_active_document.cc | 2 | ||||
-rw-r--r-- | chrome_frame/chrome_frame_activex.cc | 1 | ||||
-rw-r--r-- | chrome_frame/chrome_frame_activex_base.h | 1 | ||||
-rw-r--r-- | chrome_frame/chrome_frame_automation.cc | 1 | ||||
-rw-r--r-- | chrome_frame/chrome_frame_npapi.cc | 1 | ||||
-rw-r--r-- | chrome_frame/protocol_sink_wrap.cc | 1 | ||||
-rw-r--r-- | chrome_frame/test/chrome_frame_automation_mock.h | 1 | ||||
-rw-r--r-- | chrome_frame/test/html_util_unittests.cc | 1 | ||||
-rw-r--r-- | chrome_frame/test/reliability/page_load_test.cc | 1 |
9 files changed, 9 insertions, 1 deletions
diff --git a/chrome_frame/chrome_active_document.cc b/chrome_frame/chrome_active_document.cc index 0890c99..66c7fcc 100644 --- a/chrome_frame/chrome_active_document.cc +++ b/chrome_frame/chrome_active_document.cc @@ -27,7 +27,7 @@ #include "base/thread.h" #include "base/thread_local.h" #include "base/trace_event.h" - +#include "base/utf_string_conversions.h" #include "grit/generated_resources.h" #include "chrome/app/chrome_dll_resource.h" #include "chrome/browser/tab_contents/tab_contents.h" diff --git a/chrome_frame/chrome_frame_activex.cc b/chrome_frame/chrome_frame_activex.cc index 27c415c..0401298 100644 --- a/chrome_frame/chrome_frame_activex.cc +++ b/chrome_frame/chrome_frame_activex.cc @@ -19,6 +19,7 @@ #include "base/singleton.h" #include "base/string_util.h" #include "base/trace_event.h" +#include "base/utf_string_conversions.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_switches.h" #include "chrome/test/automation/tab_proxy.h" diff --git a/chrome_frame/chrome_frame_activex_base.h b/chrome_frame/chrome_frame_activex_base.h index 9e6734b..c5ec65e 100644 --- a/chrome_frame/chrome_frame_activex_base.h +++ b/chrome_frame/chrome_frame_activex_base.h @@ -21,6 +21,7 @@ #include "base/scoped_comptr_win.h" #include "base/scoped_variant_win.h" #include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "grit/chrome_frame_resources.h" #include "chrome/common/url_constants.h" #include "chrome_frame/chrome_frame_plugin.h" diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc index 05109c5..32fcfb0 100644 --- a/chrome_frame/chrome_frame_automation.cc +++ b/chrome_frame/chrome_frame_automation.cc @@ -17,6 +17,7 @@ #include "base/singleton.h" #include "base/string_util.h" #include "base/sys_info.h" +#include "base/utf_string_conversions.h" #include "base/waitable_event.h" #include "chrome/app/client_util.h" #include "chrome/common/chrome_constants.h" diff --git a/chrome_frame/chrome_frame_npapi.cc b/chrome_frame/chrome_frame_npapi.cc index e9ee6e9..ecfad56 100644 --- a/chrome_frame/chrome_frame_npapi.cc +++ b/chrome_frame/chrome_frame_npapi.cc @@ -8,6 +8,7 @@ #include "base/logging.h" #include "base/message_loop.h" #include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/test/automation/tab_proxy.h" #include "chrome_frame/ff_privilege_check.h" #include "chrome_frame/np_utils.h" diff --git a/chrome_frame/protocol_sink_wrap.cc b/chrome_frame/protocol_sink_wrap.cc index b7ef18f..69246a2 100644 --- a/chrome_frame/protocol_sink_wrap.cc +++ b/chrome_frame/protocol_sink_wrap.cc @@ -11,6 +11,7 @@ #include "base/scoped_bstr_win.h" #include "base/singleton.h" #include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome_frame/bho.h" #include "chrome_frame/bind_context_info.h" diff --git a/chrome_frame/test/chrome_frame_automation_mock.h b/chrome_frame/test/chrome_frame_automation_mock.h index dfa7900..bc7e3e5 100644 --- a/chrome_frame/test/chrome_frame_automation_mock.h +++ b/chrome_frame/test/chrome_frame_automation_mock.h @@ -8,6 +8,7 @@ #include "base/file_path.h" #include "base/path_service.h" +#include "base/utf_string_conversions.h" #include "chrome_frame/chrome_frame_automation.h" #include "chrome_frame/chrome_frame_plugin.h" #include "chrome_frame/test/http_server.h" diff --git a/chrome_frame/test/html_util_unittests.cc b/chrome_frame/test/html_util_unittests.cc index f069898..055ed8b 100644 --- a/chrome_frame/test/html_util_unittests.cc +++ b/chrome_frame/test/html_util_unittests.cc @@ -16,6 +16,7 @@ #include "base/ref_counted.h" #include "base/scoped_handle.h" #include "base/task.h" +#include "base/utf_string_conversions.h" #include "net/base/net_util.h" #include "chrome_frame/chrome_frame_automation.h" diff --git a/chrome_frame/test/reliability/page_load_test.cc b/chrome_frame/test/reliability/page_load_test.cc index ae0fd3e..5ca959a 100644 --- a/chrome_frame/test/reliability/page_load_test.cc +++ b/chrome_frame/test/reliability/page_load_test.cc @@ -34,6 +34,7 @@ #include "base/string_util.h" #include "base/test/test_file_util.h" #include "base/time.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/chrome_thread.h" #include "chrome/browser/net/url_fixer_upper.h" #include "chrome/browser/pref_service.h" |