diff options
Diffstat (limited to 'chrome')
29 files changed, 32 insertions, 25 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_win.cc b/chrome/browser/autocomplete/autocomplete_edit_view_win.cc index fffa276..03ef0f0 100644 --- a/chrome/browser/autocomplete/autocomplete_edit_view_win.cc +++ b/chrome/browser/autocomplete/autocomplete_edit_view_win.cc @@ -24,7 +24,7 @@ #include "base/keyboard_codes.h" #include "base/lazy_instance.h" #include "base/ref_counted.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/app/chrome_dll_resource.h" #include "chrome/browser/autocomplete/autocomplete_accessibility.h" #include "chrome/browser/autocomplete/autocomplete_popup_model.h" diff --git a/chrome/browser/dom_ui/fileicon_source.cc b/chrome/browser/dom_ui/fileicon_source.cc index 6be786c..20091a9 100644 --- a/chrome/browser/dom_ui/fileicon_source.cc +++ b/chrome/browser/dom_ui/fileicon_source.cc @@ -6,7 +6,7 @@ #include "app/gfx/codec/png_codec.h" #include "base/callback.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/browser_process.h" #include "chrome/common/time_format.h" #include "grit/generated_resources.h" diff --git a/chrome/browser/download/download_file.cc b/chrome/browser/download/download_file.cc index 269d108..4c5f42d 100644 --- a/chrome/browser/download/download_file.cc +++ b/chrome/browser/download/download_file.cc @@ -7,9 +7,9 @@ #include "base/file_util.h" #include "base/path_service.h" #include "base/stl_util-inl.h" -#include "base/string_util.h" #include "base/task.h" #include "base/thread.h" +#include "base/utf_string_conversions.h" #include "build/build_config.h" #include "chrome/browser/chrome_thread.h" #include "chrome/browser/download/download_manager.h" diff --git a/chrome/browser/history/in_memory_database.cc b/chrome/browser/history/in_memory_database.cc index f5bff01..a6a9a6f 100644 --- a/chrome/browser/history/in_memory_database.cc +++ b/chrome/browser/history/in_memory_database.cc @@ -7,8 +7,8 @@ #include "base/file_path.h" #include "base/histogram.h" #include "base/logging.h" -#include "base/string_util.h" #include "base/time.h" +#include "base/utf_string_conversions.h" #include "build/build_config.h" namespace history { diff --git a/chrome/browser/net/url_fixer_upper_unittest.cc b/chrome/browser/net/url_fixer_upper_unittest.cc index 2205f73..8ea1131 100644 --- a/chrome/browser/net/url_fixer_upper_unittest.cc +++ b/chrome/browser/net/url_fixer_upper_unittest.cc @@ -8,6 +8,7 @@ #include "base/file_util.h" #include "base/path_service.h" #include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/net/url_fixer_upper.h" #include "chrome/common/chrome_paths.h" #include "googleurl/src/url_parse.h" diff --git a/chrome/browser/parsers/metadata_parser_filebase.cc b/chrome/browser/parsers/metadata_parser_filebase.cc index a5bfc6a..ad92ea2 100644 --- a/chrome/browser/parsers/metadata_parser_filebase.cc +++ b/chrome/browser/parsers/metadata_parser_filebase.cc @@ -9,6 +9,7 @@ #include "base/file_util.h" #include "base/string_util.h" +#include "base/utf_string_conversions.h" FileMetadataParser::FileMetadataParser(const FilePath& path) : MetadataParser(path) { diff --git a/chrome/browser/parsers/metadata_parser_jpeg_factory.cc b/chrome/browser/parsers/metadata_parser_jpeg_factory.cc index ac74173..3b60abf 100644 --- a/chrome/browser/parsers/metadata_parser_jpeg_factory.cc +++ b/chrome/browser/parsers/metadata_parser_jpeg_factory.cc @@ -6,7 +6,7 @@ #include "chrome/browser/parsers/metadata_parser_jpeg.h" #include "base/logging.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" MetadataParserJpegFactory::MetadataParserJpegFactory() : MetadataParserFactory() { diff --git a/chrome/browser/views/about_network_dialog.cc b/chrome/browser/views/about_network_dialog.cc index 128b2c8..0fc8e16 100644 --- a/chrome/browser/views/about_network_dialog.cc +++ b/chrome/browser/views/about_network_dialog.cc @@ -4,8 +4,8 @@ #include "chrome/browser/views/about_network_dialog.h" -#include "base/string_util.h" #include "base/thread.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/chrome_thread.h" #include "net/url_request/url_request.h" #include "net/url_request/url_request_job.h" diff --git a/chrome/browser/views/appcache_info_view.cc b/chrome/browser/views/appcache_info_view.cc index 4de638c..8cc53c2 100644 --- a/chrome/browser/views/appcache_info_view.cc +++ b/chrome/browser/views/appcache_info_view.cc @@ -9,7 +9,7 @@ #include "app/gfx/color_utils.h" #include "app/l10n_util.h" #include "base/i18n/time_formatting.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "grit/generated_resources.h" #include "views/grid_layout.h" #include "views/controls/label.h" diff --git a/chrome/browser/views/bug_report_view.cc b/chrome/browser/views/bug_report_view.cc index 90b9fbe..8dc597c 100644 --- a/chrome/browser/views/bug_report_view.cc +++ b/chrome/browser/views/bug_report_view.cc @@ -7,7 +7,7 @@ #include "app/combobox_model.h" #include "app/l10n_util.h" #include "base/file_version_info.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/bug_report_util.h" #include "chrome/browser/net/url_fetcher.h" #include "chrome/browser/pref_service.h" diff --git a/chrome/browser/views/cookie_prompt_view.cc b/chrome/browser/views/cookie_prompt_view.cc index fa0bbe6..1c84dd5 100644 --- a/chrome/browser/views/cookie_prompt_view.cc +++ b/chrome/browser/views/cookie_prompt_view.cc @@ -11,7 +11,7 @@ #include "app/l10n_util.h" #include "base/i18n/time_formatting.h" #include "base/message_loop.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/cookie_modal_dialog.h" #include "chrome/browser/pref_service.h" diff --git a/chrome/browser/views/database_info_view.cc b/chrome/browser/views/database_info_view.cc index 2d9a801..4f5eb54 100644 --- a/chrome/browser/views/database_info_view.cc +++ b/chrome/browser/views/database_info_view.cc @@ -9,7 +9,7 @@ #include "app/gfx/color_utils.h" #include "app/l10n_util.h" #include "base/i18n/time_formatting.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "grit/generated_resources.h" #include "views/grid_layout.h" #include "views/controls/label.h" diff --git a/chrome/browser/views/database_open_info_view.cc b/chrome/browser/views/database_open_info_view.cc index 20b315b4..0a81793 100644 --- a/chrome/browser/views/database_open_info_view.cc +++ b/chrome/browser/views/database_open_info_view.cc @@ -9,7 +9,7 @@ #include "app/gfx/color_utils.h" #include "app/l10n_util.h" #include "base/i18n/time_formatting.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "grit/generated_resources.h" #include "views/grid_layout.h" #include "views/controls/label.h" diff --git a/chrome/browser/views/external_protocol_dialog.cc b/chrome/browser/views/external_protocol_dialog.cc index 6548eb6..34f391e 100644 --- a/chrome/browser/views/external_protocol_dialog.cc +++ b/chrome/browser/views/external_protocol_dialog.cc @@ -8,8 +8,8 @@ #include "app/message_box_flags.h" #include "base/histogram.h" #include "base/registry.h" -#include "base/string_util.h" #include "base/thread.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/external_protocol_handler.h" #include "chrome/browser/tab_contents/tab_contents.h" diff --git a/chrome/browser/views/local_storage_info_view.cc b/chrome/browser/views/local_storage_info_view.cc index 21e5242..e47536c 100644 --- a/chrome/browser/views/local_storage_info_view.cc +++ b/chrome/browser/views/local_storage_info_view.cc @@ -9,7 +9,7 @@ #include "app/gfx/color_utils.h" #include "app/l10n_util.h" #include "base/i18n/time_formatting.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "grit/generated_resources.h" #include "views/grid_layout.h" #include "views/controls/label.h" diff --git a/chrome/browser/views/local_storage_set_item_info_view.cc b/chrome/browser/views/local_storage_set_item_info_view.cc index 699c2f5..3eb13ef 100644 --- a/chrome/browser/views/local_storage_set_item_info_view.cc +++ b/chrome/browser/views/local_storage_set_item_info_view.cc @@ -9,7 +9,7 @@ #include "app/gfx/color_utils.h" #include "app/l10n_util.h" #include "base/i18n/time_formatting.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "grit/generated_resources.h" #include "views/grid_layout.h" #include "views/controls/label.h" diff --git a/chrome/browser/views/notifications/balloon_view.cc b/chrome/browser/views/notifications/balloon_view.cc index 9292de4..f8c31a2 100644 --- a/chrome/browser/views/notifications/balloon_view.cc +++ b/chrome/browser/views/notifications/balloon_view.cc @@ -12,7 +12,7 @@ #include "app/l10n_util.h" #include "app/resource_bundle.h" #include "base/message_loop.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/browser_theme_provider.h" #include "chrome/browser/notifications/balloon.h" #include "chrome/browser/notifications/balloon_collection.h" diff --git a/chrome/browser/views/options/exception_editor_view.cc b/chrome/browser/views/options/exception_editor_view.cc index 97f84e0..49bc2ac 100644 --- a/chrome/browser/views/options/exception_editor_view.cc +++ b/chrome/browser/views/options/exception_editor_view.cc @@ -6,6 +6,7 @@ #include "app/l10n_util.h" #include "app/resource_bundle.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/content_exceptions_table_model.h" #include "chrome/browser/host_content_settings_map.h" #include "googleurl/src/url_canon.h" diff --git a/chrome/browser/views/page_info_window_view.cc b/chrome/browser/views/page_info_window_view.cc index 9f0a197..539a281 100644 --- a/chrome/browser/views/page_info_window_view.cc +++ b/chrome/browser/views/page_info_window_view.cc @@ -13,7 +13,7 @@ #include "app/resource_bundle.h" #include "app/l10n_util.h" #include "base/compiler_specific.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/cert_store.h" #include "chrome/browser/page_info_model.h" #include "chrome/browser/page_info_window.h" diff --git a/chrome/browser/views/shell_dialogs_win.cc b/chrome/browser/views/shell_dialogs_win.cc index 8cb28a6..c668390 100644 --- a/chrome/browser/views/shell_dialogs_win.cc +++ b/chrome/browser/views/shell_dialogs_win.cc @@ -17,8 +17,8 @@ #include "base/file_util.h" #include "base/registry.h" #include "base/scoped_comptr_win.h" -#include "base/string_util.h" #include "base/thread.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/chrome_thread.h" #include "grit/generated_resources.h" diff --git a/chrome/browser/views/tabs/side_tab.cc b/chrome/browser/views/tabs/side_tab.cc index b1b0280..efa3d8d 100644 --- a/chrome/browser/views/tabs/side_tab.cc +++ b/chrome/browser/views/tabs/side_tab.cc @@ -9,7 +9,7 @@ #include "app/gfx/skia_util.h" #include "app/resource_bundle.h" #include "app/theme_provider.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "grit/app_resources.h" #include "grit/theme_resources.h" #include "views/controls/button/image_button.h" diff --git a/chrome/browser/views/url_picker.cc b/chrome/browser/views/url_picker.cc index 65e983d..60ee014 100644 --- a/chrome/browser/views/url_picker.cc +++ b/chrome/browser/views/url_picker.cc @@ -10,7 +10,7 @@ #include "app/table_model_observer.h" #include "base/keyboard_codes.h" #include "base/stl_util-inl.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/net/url_fixer_upper.h" #include "chrome/browser/possible_url_model.h" #include "chrome/browser/pref_service.h" diff --git a/chrome/browser/webdata/web_database_win.cc b/chrome/browser/webdata/web_database_win.cc index 9ffbf9b..d9d3e19 100644 --- a/chrome/browser/webdata/web_database_win.cc +++ b/chrome/browser/webdata/web_database_win.cc @@ -6,8 +6,8 @@ #include "app/sql/statement.h" #include "base/logging.h" -#include "base/string_util.h" #include "base/time.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/password_manager/ie7_password.h" bool WebDatabase::AddIE7Login(const IE7PasswordInfo& info) { diff --git a/chrome/common/child_process_logging_win.cc b/chrome/common/child_process_logging_win.cc index 654b4fb..0dc0579 100644 --- a/chrome/common/child_process_logging_win.cc +++ b/chrome/common/child_process_logging_win.cc @@ -7,6 +7,7 @@ #include <windows.h> #include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/app/breakpad_win.h" #include "chrome/common/chrome_constants.h" #include "chrome/installer/util/google_update_settings.h" diff --git a/chrome/common/extensions/extension_file_util_unittest.cc b/chrome/common/extensions/extension_file_util_unittest.cc index 9856e42..278006c 100644 --- a/chrome/common/extensions/extension_file_util_unittest.cc +++ b/chrome/common/extensions/extension_file_util_unittest.cc @@ -5,9 +5,9 @@ #include "chrome/common/extensions/extension_file_util.h" #include "base/file_util.h" -#include "base/scoped_temp_dir.h" -#include "base/string_util.h" #include "base/path_service.h" +#include "base/scoped_temp_dir.h" +#include "base/utf_string_conversions.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/extensions/extension.h" #include "chrome/common/extensions/extension_constants.h" diff --git a/chrome/common/zip.cc b/chrome/common/zip.cc index 3d5e729..f1d89b5 100644 --- a/chrome/common/zip.cc +++ b/chrome/common/zip.cc @@ -5,7 +5,9 @@ #include "chrome/common/zip.h" #include "base/file_util.h" +#include "base/logging.h" #include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "net/base/file_stream.h" #include "third_party/zlib/contrib/minizip/unzip.h" #include "third_party/zlib/contrib/minizip/zip.h" diff --git a/chrome/installer/util/lzma_util.cc b/chrome/installer/util/lzma_util.cc index 3c232c7..5e4ae29 100644 --- a/chrome/installer/util/lzma_util.cc +++ b/chrome/installer/util/lzma_util.cc @@ -5,7 +5,8 @@ #include "chrome/installer/util/lzma_util.h" #include "base/file_util.h" -#include "base/string_util.h" +#include "base/logging.h" +#include "base/utf_string_conversions.h" extern "C" { #include "third_party/lzma_sdk/Archive/7z/7zExtract.h" diff --git a/chrome/test/mini_installer_test/mini_installer_test_util.cc b/chrome/test/mini_installer_test/mini_installer_test_util.cc index 6b78d36..5bba692 100644 --- a/chrome/test/mini_installer_test/mini_installer_test_util.cc +++ b/chrome/test/mini_installer_test/mini_installer_test_util.cc @@ -8,8 +8,8 @@ #include "base/path_service.h" #include "base/platform_thread.h" #include "base/process_util.h" -#include "base/string_util.h" #include "base/time.h" +#include "base/utf_string_conversions.h" #include "chrome/installer/util/logging_installer.h" #include "chrome/test/mini_installer_test/mini_installer_test_constants.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc index fe7af1e..a7a2bd9 100644 --- a/chrome/tools/profiles/generate_profile.cc +++ b/chrome/tools/profiles/generate_profile.cc @@ -14,8 +14,8 @@ #include "base/message_loop.h" #include "base/path_service.h" #include "base/process_util.h" -#include "base/string_util.h" #include "base/time.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/history/history.h" #include "chrome/common/thumbnail_score.h" #include "third_party/skia/include/core/SkBitmap.h" |