diff options
author | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 22:37:46 +0000 |
---|---|---|
committer | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 22:37:46 +0000 |
commit | 4a8adfa0f2cc19d7991c45459c7760ae9a78569e (patch) | |
tree | 2578cf7ff708ae7d5e069fbf4ad8dfdf3653aa94 | |
parent | 67e2d0fbe529af88d932fe1af6c3bf8e73370bfb (diff) | |
download | chromium_src-4a8adfa0f2cc19d7991c45459c7760ae9a78569e.zip chromium_src-4a8adfa0f2cc19d7991c45459c7760ae9a78569e.tar.gz chromium_src-4a8adfa0f2cc19d7991c45459c7760ae9a78569e.tar.bz2 |
Move c/b/a/infobar files back to c/b/infobar
This is because we changed the approach to componentize code into src/components.
So c/b/api directory is depereated.
BUG=138280
Review URL: https://chromiumcodereview.appspot.com/12540009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189138 0039d316-1c4b-4281-b951-d872f2087c98
144 files changed, 208 insertions, 209 deletions
diff --git a/chrome/android/testshell/testshell_stubs.cc b/chrome/android/testshell/testshell_stubs.cc index b0767ae..b969a72 100644 --- a/chrome/android/testshell/testshell_stubs.cc +++ b/chrome/android/testshell/testshell_stubs.cc @@ -4,7 +4,7 @@ #include "base/logging.h" #include "chrome/browser/android/tab_android.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" // This file contains temporary stubs to allow the libtestshell target to // compile. They will be removed once real implementations are diff --git a/chrome/browser/accessibility/accessibility_extension_api.cc b/chrome/browser/accessibility/accessibility_extension_api.cc index b1bb200..b41615b 100644 --- a/chrome/browser/accessibility/accessibility_extension_api.cc +++ b/chrome/browser/accessibility/accessibility_extension_api.cc @@ -8,13 +8,13 @@ #include "base/strings/string_number_conversions.h" #include "base/values.h" #include "chrome/browser/accessibility/accessibility_extension_api_constants.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/extensions/api/tabs/tabs_constants.h" #include "chrome/browser/extensions/event_router.h" #include "chrome/browser/extensions/extension_system.h" #include "chrome/browser/extensions/extension_tab_util.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/common/chrome_notification_types.h" #include "content/public/browser/notification_service.h" diff --git a/chrome/browser/accessibility/accessibility_extension_apitest.cc b/chrome/browser/accessibility/accessibility_extension_apitest.cc index 6ca265b..98acf65 100644 --- a/chrome/browser/accessibility/accessibility_extension_apitest.cc +++ b/chrome/browser/accessibility/accessibility_extension_apitest.cc @@ -3,9 +3,9 @@ // found in the LICENSE file. #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" -#include "chrome/browser/api/infobars/simple_alert_infobar_delegate.h" #include "chrome/browser/extensions/extension_apitest.h" +#include "chrome/browser/infobars/infobar_service.h" +#include "chrome/browser/infobars/simple_alert_infobar_delegate.h" #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/tabs/tab_strip_model.h" #include "chrome/common/chrome_switches.h" diff --git a/chrome/browser/android/infobar_stubs.cc b/chrome/browser/android/infobar_stubs.cc index 649c8ee..9316a7b 100644 --- a/chrome/browser/android/infobar_stubs.cc +++ b/chrome/browser/android/infobar_stubs.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/translate/translate_infobar_delegate.h" // Clank implementations of cross-platform API, never used diff --git a/chrome/browser/android/tab_android.cc b/chrome/browser/android/tab_android.cc index 6afdc5f..75281ec 100644 --- a/chrome/browser/android/tab_android.cc +++ b/chrome/browser/android/tab_android.cc @@ -3,11 +3,11 @@ // found in the LICENSE file. #include "chrome/browser/android/tab_android.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" #include "chrome/browser/extensions/tab_helper.h" #include "chrome/browser/favicon/favicon_tab_helper.h" #include "chrome/browser/history/history_tab_helper.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/password_manager/password_manager.h" #include "chrome/browser/password_manager/password_manager_delegate_impl.h" #include "chrome/browser/prerender/prerender_tab_helper.h" diff --git a/chrome/browser/api/infobars/OWNERS b/chrome/browser/api/infobars/OWNERS deleted file mode 100644 index bf426d6..0000000 --- a/chrome/browser/api/infobars/OWNERS +++ /dev/null @@ -1 +0,0 @@ -pkasting@chromium.org diff --git a/chrome/browser/autofill/autofill_browsertest.cc b/chrome/browser/autofill/autofill_browsertest.cc index a235b10..c827a2a 100644 --- a/chrome/browser/autofill/autofill_browsertest.cc +++ b/chrome/browser/autofill/autofill_browsertest.cc @@ -14,9 +14,9 @@ #include "base/strings/string_split.h" #include "base/time.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/autofill/personal_data_manager_factory.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/translate/translate_infobar_delegate.h" #include "chrome/browser/translate/translate_manager.h" diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate.cc b/chrome/browser/autofill/autofill_cc_infobar_delegate.cc index 026607a..c772e80 100644 --- a/chrome/browser/autofill/autofill_cc_infobar_delegate.cc +++ b/chrome/browser/autofill/autofill_cc_infobar_delegate.cc @@ -5,7 +5,7 @@ #include "chrome/browser/autofill/autofill_cc_infobar_delegate.h" #include "base/logging.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "components/autofill/browser/credit_card.h" #include "components/autofill/browser/personal_data_manager.h" #include "components/autofill/common/autofill_constants.h" diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate.h b/chrome/browser/autofill/autofill_cc_infobar_delegate.h index f53cd1c..9dbfba3 100644 --- a/chrome/browser/autofill/autofill_cc_infobar_delegate.h +++ b/chrome/browser/autofill/autofill_cc_infobar_delegate.h @@ -10,7 +10,7 @@ #include "base/gtest_prod_util.h" #include "base/memory/scoped_ptr.h" #include "base/string16.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "components/autofill/browser/autofill_metrics.h" #include "ui/base/window_open_disposition.h" diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc index 1906110..009eac5 100644 --- a/chrome/browser/automation/automation_provider_observers.cc +++ b/chrome/browser/automation/automation_provider_observers.cc @@ -23,8 +23,6 @@ #include "base/utf_string_conversions.h" #include "base/values.h" #include "chrome/app/chrome_command_ids.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/automation/automation_provider.h" #include "chrome/browser/automation/automation_provider_json.h" #include "chrome/browser/bookmarks/bookmark_model.h" @@ -39,6 +37,8 @@ #include "chrome/browser/extensions/extension_tab_util.h" #include "chrome/browser/history/history_types.h" #include "chrome/browser/history/top_sites.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/metrics/metric_event_duration_details.h" #include "chrome/browser/notifications/balloon.h" #include "chrome/browser/notifications/balloon_collection.h" diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc index 65b3d60..ce791d5 100644 --- a/chrome/browser/automation/testing_automation_provider.cc +++ b/chrome/browser/automation/testing_automation_provider.cc @@ -26,8 +26,6 @@ #include "base/time.h" #include "base/utf_string_conversions.h" #include "chrome/app/chrome_command_ids.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/autocomplete/autocomplete_controller.h" #include "chrome/browser/autocomplete/autocomplete_match.h" #include "chrome/browser/autocomplete/autocomplete_result.h" @@ -65,6 +63,8 @@ #include "chrome/browser/history/top_sites.h" #include "chrome/browser/importer/importer_host.h" #include "chrome/browser/importer/importer_list.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/lifetime/application_lifetime.h" #include "chrome/browser/notifications/balloon.h" #include "chrome/browser/notifications/balloon_collection.h" diff --git a/chrome/browser/chrome_quota_permission_context.cc b/chrome/browser/chrome_quota_permission_context.cc index 0e662d0..df5a309 100644 --- a/chrome/browser/chrome_quota_permission_context.cc +++ b/chrome/browser/chrome_quota_permission_context.cc @@ -9,8 +9,8 @@ #include "base/bind.h" #include "base/prefs/pref_service.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/tab_contents/tab_util.h" #include "chrome/common/pref_names.h" diff --git a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc index 52c2a94..90e28db 100644 --- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc +++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc @@ -5,8 +5,8 @@ #include "chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/custom_handlers/protocol_handler_registry.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/common/url_constants.h" #include "content/public/browser/user_metrics.h" #include "content/public/browser/web_contents.h" diff --git a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h index 7ea1d4e..104605a 100644 --- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h +++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h @@ -6,7 +6,7 @@ #define CHROME_BROWSER_CUSTOM_HANDLERS_REGISTER_PROTOCOL_HANDLER_INFOBAR_DELEGATE_H_ #include "base/string16.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/common/custom_handlers/protocol_handler.h" class InfoBarService; diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc index 93defb3..72affcd 100644 --- a/chrome/browser/download/download_browsertest.cc +++ b/chrome/browser/download/download_browsertest.cc @@ -19,8 +19,6 @@ #include "base/test/test_file_util.h" #include "base/utf_string_conversions.h" #include "chrome/app/chrome_command_ids.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/common/cancelable_request.h" #include "chrome/browser/download/chrome_download_manager_delegate.h" @@ -40,6 +38,8 @@ #include "chrome/browser/history/download_row.h" #include "chrome/browser/history/history_service.h" #include "chrome/browser/history/history_service_factory.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/net/url_request_mock_util.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/tab_contents/render_view_context_menu.h" diff --git a/chrome/browser/download/download_request_infobar_delegate.cc b/chrome/browser/download/download_request_infobar_delegate.cc index a5fc145..bfe6d4a 100644 --- a/chrome/browser/download/download_request_infobar_delegate.cc +++ b/chrome/browser/download/download_request_infobar_delegate.cc @@ -4,7 +4,7 @@ #include "chrome/browser/download/download_request_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "grit/generated_resources.h" #include "grit/theme_resources.h" #include "ui/base/l10n/l10n_util.h" diff --git a/chrome/browser/download/download_request_infobar_delegate.h b/chrome/browser/download/download_request_infobar_delegate.h index 3d86664..4ff8b59 100644 --- a/chrome/browser/download/download_request_infobar_delegate.h +++ b/chrome/browser/download/download_request_infobar_delegate.h @@ -7,8 +7,8 @@ #include "base/basictypes.h" #include "base/memory/weak_ptr.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" #include "chrome/browser/download/download_request_limiter.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" class InfoBarService; diff --git a/chrome/browser/download/download_request_limiter.cc b/chrome/browser/download/download_request_limiter.cc index df73acc..f09ff68 100644 --- a/chrome/browser/download/download_request_limiter.cc +++ b/chrome/browser/download/download_request_limiter.cc @@ -6,8 +6,8 @@ #include "base/bind.h" #include "base/stl_util.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/download/download_request_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/tab_contents/tab_util.h" #include "chrome/browser/ui/blocked_content/blocked_content_tab_helper.h" #include "chrome/browser/ui/blocked_content/blocked_content_tab_helper_delegate.h" diff --git a/chrome/browser/download/download_request_limiter_unittest.cc b/chrome/browser/download/download_request_limiter_unittest.cc index 9eff303..5e9a2be 100644 --- a/chrome/browser/download/download_request_limiter_unittest.cc +++ b/chrome/browser/download/download_request_limiter_unittest.cc @@ -3,9 +3,9 @@ // found in the LICENSE file. #include "base/bind.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/download/download_request_infobar_delegate.h" #include "chrome/browser/download/download_request_limiter.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/ui/blocked_content/blocked_content_tab_helper.h" #include "chrome/test/base/chrome_render_view_host_test_harness.h" #include "chrome/test/base/testing_profile.h" diff --git a/chrome/browser/extensions/api/debugger/debugger_api.cc b/chrome/browser/extensions/api/debugger/debugger_api.cc index 37743ce..0af2f98 100644 --- a/chrome/browser/extensions/api/debugger/debugger_api.cc +++ b/chrome/browser/extensions/api/debugger/debugger_api.cc @@ -17,15 +17,15 @@ #include "base/strings/string_number_conversions.h" #include "base/utf_string_conversions.h" #include "base/values.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/extensions/api/debugger/debugger_api_constants.h" #include "chrome/browser/extensions/event_router.h" #include "chrome/browser/extensions/extension_host.h" #include "chrome/browser/extensions/extension_service.h" #include "chrome/browser/extensions/extension_system.h" #include "chrome/browser/extensions/extension_tab_util.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/webui/chrome_web_ui_controller_factory.h" #include "chrome/common/chrome_notification_types.h" diff --git a/chrome/browser/extensions/extension_infobar_delegate.cc b/chrome/browser/extensions/extension_infobar_delegate.cc index ff1bcb4..0c59ae2 100644 --- a/chrome/browser/extensions/extension_infobar_delegate.cc +++ b/chrome/browser/extensions/extension_infobar_delegate.cc @@ -4,11 +4,11 @@ #include "chrome/browser/extensions/extension_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/extensions/extension_host.h" #include "chrome/browser/extensions/extension_process_manager.h" #include "chrome/browser/extensions/extension_system.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser.h" #include "chrome/common/chrome_notification_types.h" diff --git a/chrome/browser/extensions/extension_infobar_delegate.h b/chrome/browser/extensions/extension_infobar_delegate.h index 579171c..400b4d4 100644 --- a/chrome/browser/extensions/extension_infobar_delegate.h +++ b/chrome/browser/extensions/extension_infobar_delegate.h @@ -6,7 +6,7 @@ #define CHROME_BROWSER_EXTENSIONS_EXTENSION_INFOBAR_DELEGATE_H_ #include "base/memory/scoped_ptr.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" diff --git a/chrome/browser/extensions/extension_install_ui_browsertest.cc b/chrome/browser/extensions/extension_install_ui_browsertest.cc index 9df8c35..fc62847 100644 --- a/chrome/browser/extensions/extension_install_ui_browsertest.cc +++ b/chrome/browser/extensions/extension_install_ui_browsertest.cc @@ -4,10 +4,10 @@ #include "base/string_util.h" #include "chrome/app/chrome_command_ids.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/extensions/extension_browsertest.h" #include "chrome/browser/extensions/extension_service.h" #include "chrome/browser/extensions/theme_installed_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/themes/theme_service.h" #include "chrome/browser/themes/theme_service_factory.h" diff --git a/chrome/browser/extensions/theme_installed_infobar_delegate.cc b/chrome/browser/extensions/theme_installed_infobar_delegate.cc index b2f571e..521dacf 100644 --- a/chrome/browser/extensions/theme_installed_infobar_delegate.cc +++ b/chrome/browser/extensions/theme_installed_infobar_delegate.cc @@ -7,8 +7,8 @@ #include <string> #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/extensions/extension_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/themes/theme_service.h" #include "chrome/browser/themes/theme_service_factory.h" diff --git a/chrome/browser/extensions/theme_installed_infobar_delegate.h b/chrome/browser/extensions/theme_installed_infobar_delegate.h index 72cffd1..69801bb 100644 --- a/chrome/browser/extensions/theme_installed_infobar_delegate.h +++ b/chrome/browser/extensions/theme_installed_infobar_delegate.h @@ -8,7 +8,7 @@ #include <string> #include "base/compiler_specific.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc b/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc index c7a9ee4..1baef2b 100644 --- a/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc +++ b/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc @@ -10,14 +10,14 @@ #include "base/hash_tables.h" #include "base/memory/scoped_vector.h" #include "base/synchronization/waitable_event.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" #include "chrome/browser/geolocation/chrome_geolocation_permission_context.h" #include "chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h" #include "chrome/browser/geolocation/geolocation_permission_request_id.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/view_type_utils.h" #include "chrome/common/chrome_notification_types.h" #include "chrome/test/base/chrome_render_view_host_test_harness.h" diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc index 1ce11c1..2062dfe 100644 --- a/chrome/browser/geolocation/geolocation_browsertest.cc +++ b/chrome/browser/geolocation/geolocation_browsertest.cc @@ -8,12 +8,12 @@ #include "base/stringprintf.h" #include "base/strings/string_number_conversions.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" #include "chrome/browser/geolocation/geolocation_settings_state.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/browser_commands.h" diff --git a/chrome/browser/geolocation/geolocation_confirm_infobar_delegate.cc b/chrome/browser/geolocation/geolocation_confirm_infobar_delegate.cc index 377dd68..e89965b 100644 --- a/chrome/browser/geolocation/geolocation_confirm_infobar_delegate.cc +++ b/chrome/browser/geolocation/geolocation_confirm_infobar_delegate.cc @@ -4,9 +4,9 @@ #include "chrome/browser/geolocation/geolocation_confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/geolocation/geolocation_infobar_queue_controller.h" #include "chrome/browser/google/google_util.h" +#include "chrome/browser/infobars/infobar_service.h" #include "content/public/browser/navigation_details.h" #include "content/public/browser/navigation_entry.h" #include "content/public/browser/web_contents.h" diff --git a/chrome/browser/geolocation/geolocation_confirm_infobar_delegate.h b/chrome/browser/geolocation/geolocation_confirm_infobar_delegate.h index 28a35cb..d1edf78 100644 --- a/chrome/browser/geolocation/geolocation_confirm_infobar_delegate.h +++ b/chrome/browser/geolocation/geolocation_confirm_infobar_delegate.h @@ -5,8 +5,8 @@ #ifndef CHROME_BROWSER_GEOLOCATION_GEOLOCATION_CONFIRM_INFOBAR_DELEGATE_H_ #define CHROME_BROWSER_GEOLOCATION_GEOLOCATION_CONFIRM_INFOBAR_DELEGATE_H_ -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" #include "chrome/browser/geolocation/geolocation_permission_request_id.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "googleurl/src/gurl.h" #include <string> diff --git a/chrome/browser/geolocation/geolocation_infobar_queue_controller.cc b/chrome/browser/geolocation/geolocation_infobar_queue_controller.cc index 3c9c221..6bc3fc5 100644 --- a/chrome/browser/geolocation/geolocation_infobar_queue_controller.cc +++ b/chrome/browser/geolocation/geolocation_infobar_queue_controller.cc @@ -5,10 +5,10 @@ #include "chrome/browser/geolocation/geolocation_infobar_queue_controller.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/geolocation/geolocation_confirm_infobar_delegate.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/tab_contents/tab_util.h" #include "chrome/common/chrome_notification_types.h" diff --git a/chrome/browser/geolocation/geolocation_infobar_queue_controller_unittest.cc b/chrome/browser/geolocation/geolocation_infobar_queue_controller_unittest.cc index 9449df0..1322684 100644 --- a/chrome/browser/geolocation/geolocation_infobar_queue_controller_unittest.cc +++ b/chrome/browser/geolocation/geolocation_infobar_queue_controller_unittest.cc @@ -3,9 +3,9 @@ // found in the LICENSE file. #include "base/synchronization/waitable_event.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/geolocation/geolocation_infobar_queue_controller.h" #include "chrome/browser/geolocation/geolocation_permission_request_id.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/test/base/chrome_render_view_host_test_harness.h" #include "chrome/test/base/testing_profile.h" #include "content/public/browser/web_contents.h" diff --git a/chrome/browser/google/google_url_tracker.cc b/chrome/browser/google/google_url_tracker.cc index 5397838..c0fd53e 100644 --- a/chrome/browser/google/google_url_tracker.cc +++ b/chrome/browser/google/google_url_tracker.cc @@ -8,11 +8,11 @@ #include "base/command_line.h" #include "base/prefs/pref_service.h" #include "base/string_util.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/google/google_url_tracker_factory.h" #include "chrome/browser/google/google_url_tracker_infobar_delegate.h" #include "chrome/browser/google/google_url_tracker_navigation_helper.h" #include "chrome/browser/google/google_util.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/common/chrome_notification_types.h" #include "chrome/common/chrome_switches.h" diff --git a/chrome/browser/google/google_url_tracker_infobar_delegate.cc b/chrome/browser/google/google_url_tracker_infobar_delegate.cc index 5426098..29d5a7c 100644 --- a/chrome/browser/google/google_url_tracker_infobar_delegate.cc +++ b/chrome/browser/google/google_url_tracker_infobar_delegate.cc @@ -4,9 +4,9 @@ #include "chrome/browser/google/google_url_tracker_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/google/google_url_tracker.h" #include "chrome/browser/google/google_util.h" +#include "chrome/browser/infobars/infobar_service.h" #include "content/public/browser/navigation_details.h" #include "content/public/browser/navigation_entry.h" #include "content/public/browser/page_navigator.h" diff --git a/chrome/browser/google/google_url_tracker_infobar_delegate.h b/chrome/browser/google/google_url_tracker_infobar_delegate.h index 3b21b57..b5ea2cc 100644 --- a/chrome/browser/google/google_url_tracker_infobar_delegate.h +++ b/chrome/browser/google/google_url_tracker_infobar_delegate.h @@ -5,7 +5,7 @@ #ifndef CHROME_BROWSER_GOOGLE_GOOGLE_URL_TRACKER_INFOBAR_DELEGATE_H_ #define CHROME_BROWSER_GOOGLE_GOOGLE_URL_TRACKER_INFOBAR_DELEGATE_H_ -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "googleurl/src/gurl.h" class GoogleURLTracker; diff --git a/chrome/browser/google/google_url_tracker_navigation_helper_impl.cc b/chrome/browser/google/google_url_tracker_navigation_helper_impl.cc index 28987d0..8a1cb14 100644 --- a/chrome/browser/google/google_url_tracker_navigation_helper_impl.cc +++ b/chrome/browser/google/google_url_tracker_navigation_helper_impl.cc @@ -4,8 +4,8 @@ #include "chrome/browser/google/google_url_tracker_navigation_helper_impl.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/google/google_url_tracker.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/common/chrome_notification_types.h" #include "content/public/browser/navigation_controller.h" #include "content/public/browser/navigation_entry.h" diff --git a/chrome/browser/google/google_url_tracker_unittest.cc b/chrome/browser/google/google_url_tracker_unittest.cc index 1fd9365..7d6df99 100644 --- a/chrome/browser/google/google_url_tracker_unittest.cc +++ b/chrome/browser/google/google_url_tracker_unittest.cc @@ -9,11 +9,11 @@ #include "base/message_loop.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" #include "chrome/browser/google/google_url_tracker_factory.h" #include "chrome/browser/google/google_url_tracker_infobar_delegate.h" #include "chrome/browser/google/google_url_tracker_navigation_helper.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_delegate.h" #include "chrome/common/chrome_notification_types.h" #include "chrome/common/pref_names.h" #include "chrome/test/base/testing_profile.h" diff --git a/chrome/browser/api/infobars/confirm_infobar_delegate.cc b/chrome/browser/infobars/confirm_infobar_delegate.cc index 620ce80..645dad3 100644 --- a/chrome/browser/api/infobars/confirm_infobar_delegate.cc +++ b/chrome/browser/infobars/confirm_infobar_delegate.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "content/public/browser/navigation_details.h" #include "grit/generated_resources.h" diff --git a/chrome/browser/api/infobars/confirm_infobar_delegate.h b/chrome/browser/infobars/confirm_infobar_delegate.h index 845b5cc..d4e439e 100644 --- a/chrome/browser/api/infobars/confirm_infobar_delegate.h +++ b/chrome/browser/infobars/confirm_infobar_delegate.h @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_BROWSER_API_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_ -#define CHROME_BROWSER_API_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_ +#ifndef CHROME_BROWSER_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_ +#define CHROME_BROWSER_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_ #include "base/basictypes.h" #include "base/compiler_specific.h" #include "base/string16.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_delegate.h" // An interface derived from InfoBarDelegate implemented by objects wishing to // control a ConfirmInfoBar. @@ -74,4 +74,4 @@ class ConfirmInfoBarDelegate : public InfoBarDelegate { DISALLOW_COPY_AND_ASSIGN(ConfirmInfoBarDelegate); }; -#endif // CHROME_BROWSER_API_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_ +#endif // CHROME_BROWSER_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_ diff --git a/chrome/browser/infobars/infobar.cc b/chrome/browser/infobars/infobar.cc index c4121a0..a7a9647 100644 --- a/chrome/browser/infobars/infobar.cc +++ b/chrome/browser/infobars/infobar.cc @@ -8,8 +8,8 @@ #include "base/logging.h" #include "build/build_config.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/infobars/infobar_container.h" +#include "chrome/browser/infobars/infobar_service.h" #include "ui/base/animation/slide_animation.h" SkColor GetInfoBarTopColor(InfoBarDelegate::Type infobar_type) { diff --git a/chrome/browser/infobars/infobar.h b/chrome/browser/infobars/infobar.h index fb3b4f0..006ba96 100644 --- a/chrome/browser/infobars/infobar.h +++ b/chrome/browser/infobars/infobar.h @@ -10,7 +10,7 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" #include "build/build_config.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_delegate.h" #include "third_party/skia/include/core/SkColor.h" #include "ui/base/animation/animation_delegate.h" #include "ui/base/animation/slide_animation.h" diff --git a/chrome/browser/infobars/infobar_container.cc b/chrome/browser/infobars/infobar_container.cc index 8ea298f..fab36bf 100644 --- a/chrome/browser/infobars/infobar_container.cc +++ b/chrome/browser/infobars/infobar_container.cc @@ -12,9 +12,9 @@ #include <algorithm> #include "base/logging.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/ui/search/instant_overlay_model.h" #include "chrome/browser/ui/search/search_model.h" #include "chrome/common/chrome_notification_types.h" diff --git a/chrome/browser/api/infobars/infobar_delegate.cc b/chrome/browser/infobars/infobar_delegate.cc index ff49dc1..4f1b366 100644 --- a/chrome/browser/api/infobars/infobar_delegate.cc +++ b/chrome/browser/infobars/infobar_delegate.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "chrome/browser/api/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_delegate.h" #include "base/logging.h" #include "build/build_config.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "content/public/browser/navigation_controller.h" #include "content/public/browser/navigation_details.h" #include "content/public/browser/navigation_entry.h" diff --git a/chrome/browser/api/infobars/infobar_delegate.h b/chrome/browser/infobars/infobar_delegate.h index a743b0c..abe03a7 100644 --- a/chrome/browser/api/infobars/infobar_delegate.h +++ b/chrome/browser/infobars/infobar_delegate.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_BROWSER_API_INFOBARS_INFOBAR_DELEGATE_H_ -#define CHROME_BROWSER_API_INFOBARS_INFOBAR_DELEGATE_H_ +#ifndef CHROME_BROWSER_INFOBARS_INFOBAR_DELEGATE_H_ +#define CHROME_BROWSER_INFOBARS_INFOBAR_DELEGATE_H_ #include "base/basictypes.h" #include "base/string16.h" @@ -137,4 +137,4 @@ class InfoBarDelegate { DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate); }; -#endif // CHROME_BROWSER_API_INFOBARS_INFOBAR_DELEGATE_H_ +#endif // CHROME_BROWSER_INFOBARS_INFOBAR_DELEGATE_H_ diff --git a/chrome/browser/infobars/infobar_extension_api.cc b/chrome/browser/infobars/infobar_extension_api.cc index e03805b..12d082f 100644 --- a/chrome/browser/infobars/infobar_extension_api.cc +++ b/chrome/browser/infobars/infobar_extension_api.cc @@ -7,13 +7,13 @@ #include "base/string_util.h" #include "base/strings/string_number_conversions.h" #include "base/values.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/extensions/api/tabs/tabs_constants.h" #include "chrome/browser/extensions/extension_host.h" #include "chrome/browser/extensions/extension_infobar_delegate.h" #include "chrome/browser/extensions/extension_tab_util.h" #include "chrome/browser/extensions/window_controller.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/ui/browser.h" #include "chrome/common/extensions/extension.h" #include "chrome/common/url_constants.h" diff --git a/chrome/browser/api/infobars/infobar_service.h b/chrome/browser/infobars/infobar_service.h index e817a56..cab8149 100644 --- a/chrome/browser/api/infobars/infobar_service.h +++ b/chrome/browser/infobars/infobar_service.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_BROWSER_API_INFOBARS_INFOBAR_SERVICE_H_ -#define CHROME_BROWSER_API_INFOBARS_INFOBAR_SERVICE_H_ +#ifndef CHROME_BROWSER_INFOBARS_INFOBAR_SERVICE_H_ +#define CHROME_BROWSER_INFOBARS_INFOBAR_SERVICE_H_ #include "base/memory/scoped_ptr.h" @@ -70,4 +70,4 @@ class InfoBarService { virtual content::WebContents* GetWebContents() = 0; }; -#endif // CHROME_BROWSER_API_INFOBARS_INFOBAR_SERVICE_H_ +#endif // CHROME_BROWSER_INFOBARS_INFOBAR_SERVICE_H_ diff --git a/chrome/browser/infobars/infobar_tab_helper.cc b/chrome/browser/infobars/infobar_tab_helper.cc index c02ce73..7dd74aa 100644 --- a/chrome/browser/infobars/infobar_tab_helper.cc +++ b/chrome/browser/infobars/infobar_tab_helper.cc @@ -4,8 +4,8 @@ #include "chrome/browser/infobars/infobar_tab_helper.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_delegate.h" #include "chrome/browser/infobars/insecure_content_infobar_delegate.h" #include "chrome/common/chrome_notification_types.h" #include "chrome/common/render_messages.h" diff --git a/chrome/browser/infobars/infobar_tab_helper.h b/chrome/browser/infobars/infobar_tab_helper.h index 3eb9ac4..2ee9f6e 100644 --- a/chrome/browser/infobars/infobar_tab_helper.h +++ b/chrome/browser/infobars/infobar_tab_helper.h @@ -8,7 +8,7 @@ #include <vector> #include "base/basictypes.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" #include "content/public/browser/web_contents_observer.h" diff --git a/chrome/browser/infobars/infobars_browsertest.cc b/chrome/browser/infobars/infobars_browsertest.cc index 255488c..c833a67 100644 --- a/chrome/browser/infobars/infobars_browsertest.cc +++ b/chrome/browser/infobars/infobars_browsertest.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/extensions/crx_installer.h" #include "chrome/browser/extensions/extension_install_prompt.h" #include "chrome/browser/extensions/extension_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/themes/theme_service.h" #include "chrome/browser/themes/theme_service_factory.h" diff --git a/chrome/browser/infobars/insecure_content_infobar_delegate.cc b/chrome/browser/infobars/insecure_content_infobar_delegate.cc index bebb45a..4cef78e 100644 --- a/chrome/browser/infobars/insecure_content_infobar_delegate.cc +++ b/chrome/browser/infobars/insecure_content_infobar_delegate.cc @@ -5,8 +5,8 @@ #include "chrome/browser/infobars/insecure_content_infobar_delegate.h" #include "base/metrics/histogram.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/google/google_util.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/common/render_messages.h" #include "content/public/browser/render_view_host.h" #include "content/public/browser/web_contents.h" diff --git a/chrome/browser/infobars/insecure_content_infobar_delegate.h b/chrome/browser/infobars/insecure_content_infobar_delegate.h index 7e7f4c0..e2a78e7 100644 --- a/chrome/browser/infobars/insecure_content_infobar_delegate.h +++ b/chrome/browser/infobars/insecure_content_infobar_delegate.h @@ -5,7 +5,7 @@ #ifndef CHROME_BROWSER_INFOBARS_INSECURE_CONTENT_INFOBAR_DELEGATE_H_ #define CHROME_BROWSER_INFOBARS_INSECURE_CONTENT_INFOBAR_DELEGATE_H_ -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" // Base class for delegates that show warnings on HTTPS pages which try to // display or run insecure content. diff --git a/chrome/browser/api/infobars/simple_alert_infobar_delegate.cc b/chrome/browser/infobars/simple_alert_infobar_delegate.cc index c099944..85b2095 100644 --- a/chrome/browser/api/infobars/simple_alert_infobar_delegate.cc +++ b/chrome/browser/infobars/simple_alert_infobar_delegate.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "chrome/browser/api/infobars/simple_alert_infobar_delegate.h" +#include "chrome/browser/infobars/simple_alert_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "third_party/skia/include/core/SkBitmap.h" // static diff --git a/chrome/browser/api/infobars/simple_alert_infobar_delegate.h b/chrome/browser/infobars/simple_alert_infobar_delegate.h index ed5b656..73710b2 100644 --- a/chrome/browser/api/infobars/simple_alert_infobar_delegate.h +++ b/chrome/browser/infobars/simple_alert_infobar_delegate.h @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_BROWSER_API_INFOBARS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ -#define CHROME_BROWSER_API_INFOBARS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ +#ifndef CHROME_BROWSER_INFOBARS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ +#define CHROME_BROWSER_INFOBARS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ #include "base/basictypes.h" #include "base/compiler_specific.h" #include "base/string16.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate { public: @@ -39,4 +39,4 @@ class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate { DISALLOW_COPY_AND_ASSIGN(SimpleAlertInfoBarDelegate); }; -#endif // CHROME_BROWSER_API_INFOBARS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ +#endif // CHROME_BROWSER_INFOBARS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ diff --git a/chrome/browser/managed_mode/managed_mode_browsertest.cc b/chrome/browser/managed_mode/managed_mode_browsertest.cc index 6d899b3..d2a97a1 100644 --- a/chrome/browser/managed_mode/managed_mode_browsertest.cc +++ b/chrome/browser/managed_mode/managed_mode_browsertest.cc @@ -6,7 +6,7 @@ #include "base/prefs/pref_service.h" #include "base/utf_string_conversions.h" #include "base/values.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/infobars/infobar.h" #include "chrome/browser/infobars/infobar_tab_helper.h" #include "chrome/browser/managed_mode/managed_mode.h" diff --git a/chrome/browser/managed_mode/managed_mode_navigation_observer.cc b/chrome/browser/managed_mode/managed_mode_navigation_observer.cc index eb2107e..af66cf3 100644 --- a/chrome/browser/managed_mode/managed_mode_navigation_observer.cc +++ b/chrome/browser/managed_mode/managed_mode_navigation_observer.cc @@ -9,9 +9,9 @@ #include "base/metrics/histogram.h" #include "base/prefs/pref_service.h" #include "base/strings/string_number_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" -#include "chrome/browser/api/infobars/simple_alert_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" +#include "chrome/browser/infobars/simple_alert_infobar_delegate.h" #include "chrome/browser/managed_mode/managed_mode.h" #include "chrome/browser/managed_mode/managed_mode_interstitial.h" #include "chrome/browser/managed_mode/managed_mode_resource_throttle.h" diff --git a/chrome/browser/media/chrome_webrtc_browsertest.cc b/chrome/browser/media/chrome_webrtc_browsertest.cc index e309fac..60e3783 100644 --- a/chrome/browser/media/chrome_webrtc_browsertest.cc +++ b/chrome/browser/media/chrome_webrtc_browsertest.cc @@ -7,8 +7,8 @@ #include "base/process_util.h" #include "base/stringprintf.h" #include "base/time.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/browser_tabstrip.h" diff --git a/chrome/browser/nacl_host/nacl_infobar.cc b/chrome/browser/nacl_host/nacl_infobar.cc index 7223e17..01c76f8 100644 --- a/chrome/browser/nacl_host/nacl_infobar.cc +++ b/chrome/browser/nacl_host/nacl_infobar.cc @@ -6,8 +6,8 @@ #include "base/bind.h" #include "base/string16.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/render_view_host.h" #include "content/public/browser/web_contents.h" diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc index bd50875..7b29577 100644 --- a/chrome/browser/notifications/desktop_notification_service.cc +++ b/chrome/browser/notifications/desktop_notification_service.cc @@ -7,14 +7,14 @@ #include "base/metrics/histogram.h" #include "base/threading/thread.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/content_settings/content_settings_details.h" #include "chrome/browser/content_settings/content_settings_provider.h" #include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/extensions/extension_service.h" #include "chrome/browser/extensions/extension_system.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/notifications/desktop_notification_service_factory.h" #include "chrome/browser/notifications/notification.h" #include "chrome/browser/notifications/notification_object_proxy.h" diff --git a/chrome/browser/notifications/notification_browsertest.cc b/chrome/browser/notifications/notification_browsertest.cc index 55ef39b..5fef1b2 100644 --- a/chrome/browser/notifications/notification_browsertest.cc +++ b/chrome/browser/notifications/notification_browsertest.cc @@ -12,9 +12,9 @@ #include "base/run_loop.h" #include "base/stringprintf.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/notifications/balloon.h" #include "chrome/browser/notifications/balloon_collection.h" #include "chrome/browser/notifications/balloon_host.h" diff --git a/chrome/browser/omnibox_search_hint.cc b/chrome/browser/omnibox_search_hint.cc index 538835e..b2923c0 100644 --- a/chrome/browser/omnibox_search_hint.cc +++ b/chrome/browser/omnibox_search_hint.cc @@ -10,11 +10,11 @@ #include "base/message_loop.h" #include "base/metrics/histogram.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/autocomplete/autocomplete_log.h" #include "chrome/browser/autocomplete/autocomplete_match.h" #include "chrome/browser/autocomplete/autocomplete_result.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/search_engines/template_url.h" #include "chrome/browser/search_engines/template_url_service.h" diff --git a/chrome/browser/password_manager/password_manager_delegate_impl.cc b/chrome/browser/password_manager/password_manager_delegate_impl.cc index 3c9a975..8264747 100644 --- a/chrome/browser/password_manager/password_manager_delegate_impl.cc +++ b/chrome/browser/password_manager/password_manager_delegate_impl.cc @@ -7,8 +7,8 @@ #include "base/memory/singleton.h" #include "base/metrics/histogram.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/password_manager/password_form_manager.h" #include "chrome/browser/password_manager/password_manager.h" #include "chrome/browser/profiles/profile.h" diff --git a/chrome/browser/pepper_broker_infobar_delegate.cc b/chrome/browser/pepper_broker_infobar_delegate.cc index 6effc79..597022b 100644 --- a/chrome/browser/pepper_broker_infobar_delegate.cc +++ b/chrome/browser/pepper_broker_infobar_delegate.cc @@ -5,9 +5,9 @@ #include "chrome/browser/pepper_broker_infobar_delegate.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/plugins/plugin_finder.h" #include "chrome/browser/plugins/plugin_metadata.h" #include "chrome/browser/profiles/profile.h" diff --git a/chrome/browser/pepper_broker_infobar_delegate.h b/chrome/browser/pepper_broker_infobar_delegate.h index 694ddc6..b8a75bc 100644 --- a/chrome/browser/pepper_broker_infobar_delegate.h +++ b/chrome/browser/pepper_broker_infobar_delegate.h @@ -7,7 +7,7 @@ #include "base/callback.h" #include "base/files/file_path.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "googleurl/src/gurl.h" class HostContentSettingsMap; diff --git a/chrome/browser/plugins/plugin_infobar_delegates.cc b/chrome/browser/plugins/plugin_infobar_delegates.cc index faa81fe..81ba685 100644 --- a/chrome/browser/plugins/plugin_infobar_delegates.cc +++ b/chrome/browser/plugins/plugin_infobar_delegates.cc @@ -5,9 +5,9 @@ #include "chrome/browser/plugins/plugin_infobar_delegates.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/google/google_util.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/lifetime/application_lifetime.h" #include "chrome/browser/plugins/chrome_plugin_service_filter.h" #include "chrome/browser/plugins/plugin_metadata.h" diff --git a/chrome/browser/plugins/plugin_infobar_delegates.h b/chrome/browser/plugins/plugin_infobar_delegates.h index d7df525..5e298e1 100644 --- a/chrome/browser/plugins/plugin_infobar_delegates.h +++ b/chrome/browser/plugins/plugin_infobar_delegates.h @@ -6,7 +6,7 @@ #define CHROME_BROWSER_PLUGINS_PLUGIN_INFOBAR_DELEGATES_H_ #include "base/callback.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "googleurl/src/gurl.h" #if defined(ENABLE_PLUGIN_INSTALLATION) diff --git a/chrome/browser/plugins/plugin_observer.cc b/chrome/browser/plugins/plugin_observer.cc index 828d3b8..8455057 100644 --- a/chrome/browser/plugins/plugin_observer.cc +++ b/chrome/browser/plugins/plugin_observer.cc @@ -10,11 +10,11 @@ #include "base/process_util.h" #include "base/stl_util.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" -#include "chrome/browser/api/infobars/simple_alert_infobar_delegate.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/content_settings/host_content_settings_map.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" +#include "chrome/browser/infobars/simple_alert_infobar_delegate.h" #include "chrome/browser/lifetime/application_lifetime.h" #include "chrome/browser/metrics/metrics_service.h" #include "chrome/browser/plugins/plugin_finder.h" diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc index aac2292..dc6a0e6 100644 --- a/chrome/browser/policy/policy_browsertest.cc +++ b/chrome/browser/policy/policy_browsertest.cc @@ -22,7 +22,6 @@ #include "base/utf_string_conversions.h" #include "base/values.h" #include "chrome/app/chrome_command_ids.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/autocomplete/autocomplete_controller.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" @@ -31,6 +30,7 @@ #include "chrome/browser/extensions/crx_installer.h" #include "chrome/browser/extensions/extension_service.h" #include "chrome/browser/extensions/extension_system.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/media/media_capture_devices_dispatcher.h" #include "chrome/browser/media/media_stream_devices_controller.h" #include "chrome/browser/net/url_request_mock_util.h" diff --git a/chrome/browser/sessions/better_session_restore_browsertest.cc b/chrome/browser/sessions/better_session_restore_browsertest.cc index ea8df12..a80c8f9 100644 --- a/chrome/browser/sessions/better_session_restore_browsertest.cc +++ b/chrome/browser/sessions/better_session_restore_browsertest.cc @@ -9,11 +9,11 @@ #include "base/path_service.h" #include "base/prefs/pref_service.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/chromeos/enterprise_extension_observer.h" #include "chrome/browser/content_settings/cookie_settings.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/prefs/session_startup_pref.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/profiles/profile_impl.h" diff --git a/chrome/browser/ssl/ssl_tab_helper.cc b/chrome/browser/ssl/ssl_tab_helper.cc index 886db8a..476f0a1 100644 --- a/chrome/browser/ssl/ssl_tab_helper.cc +++ b/chrome/browser/ssl/ssl_tab_helper.cc @@ -12,11 +12,11 @@ #include "base/strings/string_number_conversions.h" #include "base/utf_string_conversions.h" #include "base/values.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/certificate_viewer.h" #include "chrome/browser/content_settings/host_content_settings_map.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ssl/ssl_add_cert_handler.h" #include "chrome/browser/ssl/ssl_client_certificate_selector.h" diff --git a/chrome/browser/task_manager/task_manager_browsertest.cc b/chrome/browser/task_manager/task_manager_browsertest.cc index 2951ceb..47eeac0 100644 --- a/chrome/browser/task_manager/task_manager_browsertest.cc +++ b/chrome/browser/task_manager/task_manager_browsertest.cc @@ -7,14 +7,14 @@ #include "base/files/file_path.h" #include "base/stringprintf.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/background/background_contents_service.h" #include "chrome/browser/background/background_contents_service_factory.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/extensions/extension_browsertest.h" #include "chrome/browser/extensions/extension_service.h" #include "chrome/browser/extensions/extension_system.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/notifications/desktop_notification_service.h" #include "chrome/browser/notifications/notification.h" #include "chrome/browser/notifications/notification_test_util.h" diff --git a/chrome/browser/three_d_api_observer.cc b/chrome/browser/three_d_api_observer.cc index 9004417..4a3947d 100644 --- a/chrome/browser/three_d_api_observer.cc +++ b/chrome/browser/three_d_api_observer.cc @@ -5,8 +5,8 @@ #include "chrome/browser/three_d_api_observer.h" #include "base/metrics/histogram.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/tab_contents/tab_util.h" #include "content/public/browser/gpu_data_manager.h" #include "content/public/browser/web_contents.h" diff --git a/chrome/browser/translate/options_menu_model.cc b/chrome/browser/translate/options_menu_model.cc index 0c0da2e..75d0243 100644 --- a/chrome/browser/translate/options_menu_model.cc +++ b/chrome/browser/translate/options_menu_model.cc @@ -6,7 +6,7 @@ #include "base/metrics/histogram.h" #include "chrome/app/chrome_command_ids.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/translate/translate_infobar_delegate.h" #include "chrome/common/url_constants.h" diff --git a/chrome/browser/translate/translate_infobar_delegate.cc b/chrome/browser/translate/translate_infobar_delegate.cc index 003d468..bff7a66 100644 --- a/chrome/browser/translate/translate_infobar_delegate.cc +++ b/chrome/browser/translate/translate_infobar_delegate.cc @@ -7,8 +7,8 @@ #include <algorithm> #include "base/metrics/histogram.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/translate/translate_manager.h" #include "chrome/browser/translate/translate_tab_helper.h" diff --git a/chrome/browser/translate/translate_infobar_delegate.h b/chrome/browser/translate/translate_infobar_delegate.h index b051db9..3518506 100644 --- a/chrome/browser/translate/translate_infobar_delegate.h +++ b/chrome/browser/translate/translate_infobar_delegate.h @@ -11,7 +11,7 @@ #include "base/compiler_specific.h" #include "base/logging.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_delegate.h" #include "chrome/browser/translate/translate_prefs.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/translate_errors.h" diff --git a/chrome/browser/translate/translate_manager.cc b/chrome/browser/translate/translate_manager.cc index 1e87c8f..9ce1934 100644 --- a/chrome/browser/translate/translate_manager.cc +++ b/chrome/browser/translate/translate_manager.cc @@ -16,8 +16,8 @@ #include "base/stringprintf.h" #include "base/strings/string_split.h" #include "base/values.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/tab_contents/language_state.h" #include "chrome/browser/tab_contents/tab_util.h" diff --git a/chrome/browser/translate/translate_manager_browsertest.cc b/chrome/browser/translate/translate_manager_browsertest.cc index 0fc464f..73e8681 100644 --- a/chrome/browser/translate/translate_manager_browsertest.cc +++ b/chrome/browser/translate/translate_manager_browsertest.cc @@ -15,9 +15,9 @@ #include "base/utf_string_conversions.h" #include "base/values.h" #include "chrome/app/chrome_command_ids.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/extensions/test_extension_system.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/prefs/session_startup_pref.h" #include "chrome/browser/tab_contents/render_view_context_menu.h" #include "chrome/browser/translate/translate_infobar_delegate.h" @@ -49,9 +49,9 @@ #include "ipc/ipc_test_sink.h" #include "net/url_request/test_url_fetcher_factory.h" #include "testing/gmock/include/gmock/gmock.h" -#include "third_party/cld/languages/public/languages.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebContextMenuData.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" +#include "third_party/cld/languages/public/languages.h" using content::BrowserThread; using content::NavigationController; diff --git a/chrome/browser/ui/android/website_settings_popup_android.cc b/chrome/browser/ui/android/website_settings_popup_android.cc index aa07ad1..3744758 100644 --- a/chrome/browser/ui/android/website_settings_popup_android.cc +++ b/chrome/browser/ui/android/website_settings_popup_android.cc @@ -7,7 +7,7 @@ #include "base/android/jni_android.h" #include "base/android/jni_array.h" #include "base/android/jni_string.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/website_settings/website_settings.h" #include "content/public/browser/android/content_view_core.h" diff --git a/chrome/browser/ui/auto_login_info_bar_delegate.cc b/chrome/browser/ui/auto_login_info_bar_delegate.cc index 7261548..789efd0 100644 --- a/chrome/browser/ui/auto_login_info_bar_delegate.cc +++ b/chrome/browser/ui/auto_login_info_bar_delegate.cc @@ -10,10 +10,10 @@ #include "base/metrics/histogram.h" #include "base/prefs/pref_service.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/google/google_util.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/signin/ubertoken_fetcher.h" #include "chrome/browser/ui/webui/sync_promo/sync_promo_ui.h" diff --git a/chrome/browser/ui/auto_login_info_bar_delegate.h b/chrome/browser/ui/auto_login_info_bar_delegate.h index 786ed12..c04823e 100644 --- a/chrome/browser/ui/auto_login_info_bar_delegate.h +++ b/chrome/browser/ui/auto_login_info_bar_delegate.h @@ -5,7 +5,7 @@ #ifndef CHROME_BROWSER_UI_AUTO_LOGIN_INFO_BAR_DELEGATE_H_ #define CHROME_BROWSER_UI_AUTO_LOGIN_INFO_BAR_DELEGATE_H_ -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "components/auto_login_parser/auto_login_parser.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" diff --git a/chrome/browser/ui/auto_login_prompter.cc b/chrome/browser/ui/auto_login_prompter.cc index 27c9633..aa4acb4 100644 --- a/chrome/browser/ui/auto_login_prompter.cc +++ b/chrome/browser/ui/auto_login_prompter.cc @@ -8,8 +8,8 @@ #include "base/command_line.h" #include "base/logging.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/google/google_url_tracker.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/signin/signin_manager.h" #include "chrome/browser/signin/signin_manager_factory.h" diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc index b8ced99..6b55cbd 100644 --- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc +++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc @@ -6,10 +6,10 @@ #include "base/logging.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/autofill/autocheckout_whitelist_manager_factory.h" #include "chrome/browser/autofill/autofill_cc_infobar_delegate.h" #include "chrome/browser/autofill/personal_data_manager_factory.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/password_manager/password_manager.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/sync/profile_sync_service.h" diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc index d16ac65..08d3144 100644 --- a/chrome/browser/ui/browser.cc +++ b/chrome/browser/ui/browser.cc @@ -28,8 +28,6 @@ #include "base/time.h" #include "base/utf_string_conversions.h" #include "chrome/app/chrome_command_ids.h" -#include "chrome/browser/api/infobars/infobar_service.h" -#include "chrome/browser/api/infobars/simple_alert_infobar_delegate.h" #include "chrome/browser/app_mode/app_mode_utils.h" #include "chrome/browser/autofill/personal_data_manager_factory.h" #include "chrome/browser/background/background_contents_service.h" @@ -59,6 +57,8 @@ #include "chrome/browser/file_select_helper.h" #include "chrome/browser/first_run/first_run.h" #include "chrome/browser/google/google_url_tracker.h" +#include "chrome/browser/infobars/infobar_service.h" +#include "chrome/browser/infobars/simple_alert_infobar_delegate.h" #include "chrome/browser/lifetime/application_lifetime.h" #include "chrome/browser/net/url_fixer_upper.h" #include "chrome/browser/notifications/notification_ui_manager.h" diff --git a/chrome/browser/ui/browser_tab_contents.cc b/chrome/browser/ui/browser_tab_contents.cc index 8ee930d..642370f 100644 --- a/chrome/browser/ui/browser_tab_contents.cc +++ b/chrome/browser/ui/browser_tab_contents.cc @@ -5,13 +5,13 @@ #include "chrome/browser/ui/browser_tab_contents.h" #include "base/command_line.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" #include "chrome/browser/extensions/api/web_navigation/web_navigation_api.h" #include "chrome/browser/extensions/tab_helper.h" #include "chrome/browser/external_protocol/external_protocol_observer.h" #include "chrome/browser/favicon/favicon_tab_helper.h" #include "chrome/browser/history/history_tab_helper.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/managed_mode/managed_mode_navigation_observer.h" #include "chrome/browser/net/load_time_stats.h" #include "chrome/browser/net/net_error_tab_helper.h" diff --git a/chrome/browser/ui/chrome_select_file_policy.cc b/chrome/browser/ui/chrome_select_file_policy.cc index 62a6ce8..fe0a0049 100644 --- a/chrome/browser/ui/chrome_select_file_policy.cc +++ b/chrome/browser/ui/chrome_select_file_policy.cc @@ -8,9 +8,9 @@ #include "base/callback.h" #include "base/logging.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/infobar_service.h" -#include "chrome/browser/api/infobars/simple_alert_infobar_delegate.h" #include "chrome/browser/browser_process.h" +#include "chrome/browser/infobars/infobar_service.h" +#include "chrome/browser/infobars/simple_alert_infobar_delegate.h" #include "chrome/common/pref_names.h" #include "grit/generated_resources.h" #include "ui/base/l10n/l10n_util.h" diff --git a/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm b/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm index bd8f66b..504cda2 100644 --- a/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm +++ b/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm @@ -7,9 +7,9 @@ #import "base/mac/mac_util.h" #include "base/run_loop.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/profiles/profile_manager.h" #include "chrome/browser/search/search.h" diff --git a/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm b/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm index 021ee02..9f17f2c 100644 --- a/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm +++ b/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm @@ -11,7 +11,6 @@ #include "base/message_loop.h" #include "base/prefs/pref_service.h" #include "base/sys_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browsing_data/browsing_data_appcache_helper.h" #include "chrome/browser/browsing_data/browsing_data_cookie_helper.h" #include "chrome/browser/browsing_data/browsing_data_database_helper.h" @@ -22,6 +21,7 @@ #include "chrome/browser/content_settings/cookie_settings.h" #include "chrome/browser/content_settings/local_shared_objects_container.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser_dialogs.h" #import "chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_sheet.h" @@ -36,9 +36,9 @@ #include "content/public/browser/web_contents_view.h" #include "grit/generated_resources.h" #include "grit/theme_resources.h" -#include "third_party/apple_sample_code/ImageAndTextCell.h" #import "third_party/GTM/AppKit/GTMNSAnimation+Duration.h" #import "third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h" +#include "third_party/apple_sample_code/ImageAndTextCell.h" #include "ui/base/l10n/l10n_util_mac.h" #include "ui/base/resource/resource_bundle.h" #include "ui/gfx/image/image.h" diff --git a/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller.mm b/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller.mm index b0eb80d..363ec59 100644 --- a/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller.mm +++ b/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller.mm @@ -6,7 +6,7 @@ #include "base/logging.h" #include "base/sys_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/ui/cocoa/event_utils.h" #import "chrome/browser/ui/cocoa/hyperlink_text_view.h" #include "chrome/browser/ui/cocoa/infobars/infobar.h" diff --git a/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller_unittest.mm b/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller_unittest.mm index 37c90fe..bb66555 100644 --- a/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller_unittest.mm +++ b/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller_unittest.mm @@ -7,8 +7,8 @@ #include "base/memory/scoped_nsobject.h" #include "base/string_util.h" #include "base/sys_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/ui/cocoa/cocoa_profile_test.h" #import "chrome/browser/ui/cocoa/infobars/infobar_container_controller.h" #include "chrome/browser/ui/cocoa/infobars/mock_confirm_infobar_delegate.h" diff --git a/chrome/browser/ui/cocoa/infobars/extension_infobar_controller.mm b/chrome/browser/ui/cocoa/infobars/extension_infobar_controller.mm index bc6cc69..f6204b3 100644 --- a/chrome/browser/ui/cocoa/infobars/extension_infobar_controller.mm +++ b/chrome/browser/ui/cocoa/infobars/extension_infobar_controller.mm @@ -6,10 +6,10 @@ #include <cmath> -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/extensions/extension_host.h" #include "chrome/browser/extensions/extension_infobar_delegate.h" #include "chrome/browser/extensions/image_loader.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/ui/browser_finder.h" #import "chrome/browser/ui/cocoa/animatable_view.h" #import "chrome/browser/ui/cocoa/extensions/extension_action_context_menu.h" diff --git a/chrome/browser/ui/cocoa/infobars/infobar.h b/chrome/browser/ui/cocoa/infobars/infobar.h index aade949..3d70739 100644 --- a/chrome/browser/ui/cocoa/infobars/infobar.h +++ b/chrome/browser/ui/cocoa/infobars/infobar.h @@ -15,7 +15,7 @@ class InfoBarController; // A C++ wrapper around an Objective-C InfoBarController. This class // exists solely to be the return value for InfoBarDelegate::CreateInfoBar(), -// as defined in chrome/browser/api/infobars/confirm_infobar_delegate.h. This +// as defined in chrome/browser/infobars/confirm_infobar_delegate.h. This // class would be analogous to the various bridge classes we already // have, but since there is no pre-defined InfoBar interface, it is // easier to simply throw away this object and deal with the diff --git a/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm b/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm index 043a254..9ab2474 100644 --- a/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm +++ b/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm @@ -5,9 +5,9 @@ #include "base/logging.h" #include "base/mac/bundle_locations.h" #include "base/mac/mac_util.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_service.h" #import "chrome/browser/ui/cocoa/animatable_view.h" #import "chrome/browser/ui/cocoa/browser_window_controller.h" #import "chrome/browser/ui/cocoa/infobars/infobar_container_controller.h" diff --git a/chrome/browser/ui/cocoa/infobars/infobar_controller.mm b/chrome/browser/ui/cocoa/infobars/infobar_controller.mm index a85ff98..edee20f 100644 --- a/chrome/browser/ui/cocoa/infobars/infobar_controller.mm +++ b/chrome/browser/ui/cocoa/infobars/infobar_controller.mm @@ -7,8 +7,7 @@ #include "base/logging.h" #include "base/mac/bundle_locations.h" #include "base/mac/mac_util.h" -#include "grit/ui_resources.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #import "chrome/browser/ui/cocoa/animatable_view.h" #import "chrome/browser/ui/cocoa/browser_window_controller.h" #import "chrome/browser/ui/cocoa/hyperlink_text_view.h" @@ -17,6 +16,7 @@ #import "chrome/browser/ui/cocoa/infobars/infobar_container_controller.h" #import "chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h" #import "chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h" +#include "grit/ui_resources.h" #include "ui/gfx/image/image.h" namespace { diff --git a/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h b/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h index 2bca8d9..01b7ff7 100644 --- a/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h +++ b/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h @@ -5,7 +5,7 @@ #ifndef CHROME_BROWSER_UI_COCOA_INFOBARS_INFOBAR_GRADIENT_VIEW_H_ #define CHROME_BROWSER_UI_COCOA_INFOBARS_INFOBAR_GRADIENT_VIEW_H_ -#include "chrome/browser/api/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_delegate.h" #import "chrome/browser/ui/cocoa/vertical_gradient_view.h" #import <Cocoa/Cocoa.h> diff --git a/chrome/browser/ui/cocoa/infobars/mock_confirm_infobar_delegate.h b/chrome/browser/ui/cocoa/infobars/mock_confirm_infobar_delegate.h index 46b55a4..4c332f0 100644 --- a/chrome/browser/ui/cocoa/infobars/mock_confirm_infobar_delegate.h +++ b/chrome/browser/ui/cocoa/infobars/mock_confirm_infobar_delegate.h @@ -8,7 +8,7 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" #include "base/string16.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" class MockConfirmInfoBarDelegate : public ConfirmInfoBarDelegate { public: diff --git a/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm b/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm index 37fb5dd..b5493cc 100644 --- a/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm +++ b/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm @@ -8,7 +8,7 @@ #import "base/string_util.h" #include "base/utf_string_conversions.h" #import "chrome/app/chrome_command_ids.h" // For translate menu command ids. -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #import "chrome/browser/translate/translate_infobar_delegate.h" #include "chrome/browser/ui/cocoa/cocoa_profile_test.h" #import "chrome/browser/ui/cocoa/infobars/before_translate_infobar_controller.h" diff --git a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm index 5b5812b..bcbcd4a 100644 --- a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm +++ b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm @@ -13,9 +13,9 @@ #include "base/memory/weak_ptr.h" #include "base/message_loop.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/first_run/first_run.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #import "chrome/browser/mac/keystone_glue.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser.h" diff --git a/chrome/browser/ui/cocoa/website_settings_bubble_controller.mm b/chrome/browser/ui/cocoa/website_settings_bubble_controller.mm index af27be4..d94bd5d 100644 --- a/chrome/browser/ui/cocoa/website_settings_bubble_controller.mm +++ b/chrome/browser/ui/cocoa/website_settings_bubble_controller.mm @@ -10,8 +10,8 @@ #include "base/strings/string_number_conversions.h" #include "base/sys_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" #import "chrome/browser/certificate_viewer.h" +#include "chrome/browser/infobars/infobar_service.h" #import "chrome/browser/ui/browser_dialogs.h" #import "chrome/browser/ui/cocoa/browser_window_controller.h" #import "chrome/browser/ui/cocoa/flipped_view.h" diff --git a/chrome/browser/ui/collected_cookies_infobar_delegate.cc b/chrome/browser/ui/collected_cookies_infobar_delegate.cc index 2cd6615..4607a75 100644 --- a/chrome/browser/ui/collected_cookies_infobar_delegate.cc +++ b/chrome/browser/ui/collected_cookies_infobar_delegate.cc @@ -5,7 +5,7 @@ #include "chrome/browser/ui/collected_cookies_infobar_delegate.h" #include "base/logging.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "content/public/browser/web_contents.h" #include "grit/generated_resources.h" #include "grit/theme_resources.h" diff --git a/chrome/browser/ui/collected_cookies_infobar_delegate.h b/chrome/browser/ui/collected_cookies_infobar_delegate.h index 1ad0a54..5196093 100644 --- a/chrome/browser/ui/collected_cookies_infobar_delegate.h +++ b/chrome/browser/ui/collected_cookies_infobar_delegate.h @@ -5,7 +5,7 @@ #ifndef CHROME_BROWSER_UI_COLLECTED_COOKIES_INFOBAR_DELEGATE_H_ #define CHROME_BROWSER_UI_COLLECTED_COOKIES_INFOBAR_DELEGATE_H_ -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" class InfoBarService; diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc index 546bc9b..8da5183 100644 --- a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc @@ -6,13 +6,13 @@ #include "base/prefs/pref_service.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/content_settings_utils.h" #include "chrome/browser/content_settings/cookie_settings.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" #include "chrome/browser/custom_handlers/protocol_handler_registry.h" #include "chrome/browser/custom_handlers/protocol_handler_registry_factory.h" #include "chrome/browser/favicon/favicon_tab_helper.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/media/media_capture_devices_dispatcher.h" #include "chrome/browser/plugins/chrome_plugin_service_filter.h" #include "chrome/browser/profiles/profile.h" diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc index 17d8a901..a1becb9 100644 --- a/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc @@ -5,11 +5,11 @@ #include "base/auto_reset.h" #include "base/command_line.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" #include "chrome/browser/custom_handlers/protocol_handler_registry.h" +#include "chrome/browser/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/content_settings/content_setting_bubble_model.h" #include "chrome/common/chrome_switches.h" diff --git a/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate.cc b/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate.cc index c7f1ef8..74262ae 100644 --- a/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate.cc +++ b/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate.cc @@ -5,7 +5,7 @@ #include "chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate.h" #include "base/logging.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "content/public/browser/web_contents.h" #include "grit/generated_resources.h" #include "grit/theme_resources.h" diff --git a/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate.h b/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate.h index f3a5b04..b5624b3 100644 --- a/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate.h +++ b/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate.h @@ -5,7 +5,7 @@ #ifndef CHROME_BROWSER_UI_CONTENT_SETTINGS_CONTENT_SETTING_CHANGED_INFOBAR_DELEGATE_H_ #define CHROME_BROWSER_UI_CONTENT_SETTINGS_CONTENT_SETTING_CHANGED_INFOBAR_DELEGATE_H_ -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" class InfoBarService; diff --git a/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate_unittest.cc b/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate_unittest.cc index c59b71d..584a697 100644 --- a/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate_unittest.cc +++ b/chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate_unittest.cc @@ -3,8 +3,8 @@ // found in the LICENSE file. #include "base/memory/scoped_ptr.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate.h" #include "chrome/test/base/chrome_render_view_host_test_harness.h" #include "content/public/browser/web_contents_observer.h" diff --git a/chrome/browser/ui/extensions/app_metro_infobar_delegate_win.h b/chrome/browser/ui/extensions/app_metro_infobar_delegate_win.h index 64451fa..f82a844 100644 --- a/chrome/browser/ui/extensions/app_metro_infobar_delegate_win.h +++ b/chrome/browser/ui/extensions/app_metro_infobar_delegate_win.h @@ -6,8 +6,8 @@ #define CHROME_BROWSER_UI_EXTENSIONS_APP_METRO_INFOBAR_DELEGATE_WIN_H_ #include "base/string16.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "ui/base/window_open_disposition.h" class Profile; diff --git a/chrome/browser/ui/extensions/extension_install_ui_default.cc b/chrome/browser/ui/extensions/extension_install_ui_default.cc index 3a69525..c63cc6d 100644 --- a/chrome/browser/ui/extensions/extension_install_ui_default.cc +++ b/chrome/browser/ui/extensions/extension_install_ui_default.cc @@ -8,10 +8,10 @@ #include "base/bind.h" #include "base/command_line.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/extensions/extension_install_prompt.h" #include "chrome/browser/extensions/theme_installed_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/themes/theme_service.h" #include "chrome/browser/themes/theme_service_factory.h" diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc index f713c9b..de4bbaa 100644 --- a/chrome/browser/ui/gtk/browser_window_gtk.cc +++ b/chrome/browser/ui/gtk/browser_window_gtk.cc @@ -26,10 +26,10 @@ #include "base/time.h" #include "base/utf_string_conversions.h" #include "chrome/app/chrome_command_ids.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/download/download_item_model.h" #include "chrome/browser/extensions/tab_helper.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/prefs/scoped_user_pref_update.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/themes/theme_properties.h" diff --git a/chrome/browser/ui/gtk/collected_cookies_gtk.cc b/chrome/browser/ui/gtk/collected_cookies_gtk.cc index 64f822c..cd3a4f5 100644 --- a/chrome/browser/ui/gtk/collected_cookies_gtk.cc +++ b/chrome/browser/ui/gtk/collected_cookies_gtk.cc @@ -6,7 +6,6 @@ #include <string> #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browsing_data/browsing_data_appcache_helper.h" #include "chrome/browser/browsing_data/browsing_data_cookie_helper.h" #include "chrome/browser/browsing_data/browsing_data_database_helper.h" @@ -19,6 +18,7 @@ #include "chrome/browser/content_settings/cookie_settings.h" #include "chrome/browser/content_settings/local_shared_objects_container.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser_dialogs.h" #include "chrome/browser/ui/collected_cookies_infobar_delegate.h" diff --git a/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h b/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h index 7638471..8a0e6a0 100644 --- a/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h +++ b/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h @@ -6,7 +6,7 @@ #define CHROME_BROWSER_UI_GTK_INFOBARS_CONFIRM_INFOBAR_GTK_H_ #include "base/basictypes.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/ui/gtk/infobars/infobar_gtk.h" #include "ui/base/gtk/gtk_signal.h" diff --git a/chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc b/chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc index 912e146..ee789bc 100644 --- a/chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc +++ b/chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc @@ -9,7 +9,7 @@ #include <utility> #include "base/message_loop.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_delegate.h" #include "chrome/browser/platform_util.h" #include "chrome/browser/ui/browser_window.h" #include "chrome/browser/ui/gtk/browser_window_gtk.h" diff --git a/chrome/browser/ui/gtk/infobars/infobar_gtk.cc b/chrome/browser/ui/gtk/infobars/infobar_gtk.cc index 3ea2f2a..a5eae474 100644 --- a/chrome/browser/ui/gtk/infobars/infobar_gtk.cc +++ b/chrome/browser/ui/gtk/infobars/infobar_gtk.cc @@ -6,7 +6,7 @@ #include "base/debug/trace_event.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/themes/theme_properties.h" #include "chrome/browser/ui/gtk/browser_window_gtk.h" diff --git a/chrome/browser/ui/gtk/infobars/infobar_gtk.h b/chrome/browser/ui/gtk/infobars/infobar_gtk.h index 22d1608..8ba83df 100644 --- a/chrome/browser/ui/gtk/infobars/infobar_gtk.h +++ b/chrome/browser/ui/gtk/infobars/infobar_gtk.h @@ -9,8 +9,8 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_delegate.h" #include "chrome/browser/ui/gtk/menu_gtk.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" diff --git a/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc b/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc index 8396206..4f6dff9 100644 --- a/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc +++ b/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc @@ -7,8 +7,8 @@ #include "base/i18n/rtl.h" #include "base/strings/string_number_conversions.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/certificate_viewer.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/browser_list.h" #include "chrome/browser/ui/gtk/browser_toolbar_gtk.h" diff --git a/chrome/browser/ui/hung_plugin_tab_helper.cc b/chrome/browser/ui/hung_plugin_tab_helper.cc index 1362656..05f2b61 100644 --- a/chrome/browser/ui/hung_plugin_tab_helper.cc +++ b/chrome/browser/ui/hung_plugin_tab_helper.cc @@ -10,9 +10,9 @@ #include "base/process_util.h" #include "base/rand_util.h" #include "build/build_config.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/infobars/infobar.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/common/chrome_notification_types.h" #include "chrome/common/chrome_version_info.h" #include "content/public/browser/browser_child_process_host_iterator.h" diff --git a/chrome/browser/ui/media_stream_infobar_delegate.cc b/chrome/browser/ui/media_stream_infobar_delegate.cc index 8c42987..724dc2d 100644 --- a/chrome/browser/ui/media_stream_infobar_delegate.cc +++ b/chrome/browser/ui/media_stream_infobar_delegate.cc @@ -6,9 +6,9 @@ #include "base/logging.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" #include "chrome/browser/google/google_util.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/common/url_constants.h" #include "content/public/browser/web_contents.h" diff --git a/chrome/browser/ui/media_stream_infobar_delegate.h b/chrome/browser/ui/media_stream_infobar_delegate.h index 3420e97..258e5c6 100644 --- a/chrome/browser/ui/media_stream_infobar_delegate.h +++ b/chrome/browser/ui/media_stream_infobar_delegate.h @@ -8,7 +8,7 @@ #include <string> #include "base/compiler_specific.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/media/media_stream_devices_controller.h" diff --git a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc index 0c19470..80ff0fcf 100644 --- a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc +++ b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc @@ -5,7 +5,7 @@ #include "chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "content/public/browser/web_contents.h" #include "grit/generated_resources.h" #include "grit/theme_resources.h" diff --git a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h index f762d44..6b733f0 100644 --- a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h +++ b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h @@ -7,7 +7,7 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_delegate.h" #include "googleurl/src/gurl.h" class AlternateNavInfoBarDelegate : public InfoBarDelegate { diff --git a/chrome/browser/ui/omnibox/alternate_nav_url_fetcher.cc b/chrome/browser/ui/omnibox/alternate_nav_url_fetcher.cc index 05710b1..cccb07d 100644 --- a/chrome/browser/ui/omnibox/alternate_nav_url_fetcher.cc +++ b/chrome/browser/ui/omnibox/alternate_nav_url_fetcher.cc @@ -4,7 +4,7 @@ #include "chrome/browser/ui/omnibox/alternate_nav_url_fetcher.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/intranet_redirect_detector.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h" diff --git a/chrome/browser/ui/screen_capture_infobar_delegate.cc b/chrome/browser/ui/screen_capture_infobar_delegate.cc index 3ff83c3..3b06fbf 100644 --- a/chrome/browser/ui/screen_capture_infobar_delegate.cc +++ b/chrome/browser/ui/screen_capture_infobar_delegate.cc @@ -6,7 +6,7 @@ #include "base/command_line.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/common/chrome_switches.h" #include "grit/generated_resources.h" #include "ui/base/l10n/l10n_util.h" diff --git a/chrome/browser/ui/screen_capture_infobar_delegate.h b/chrome/browser/ui/screen_capture_infobar_delegate.h index de091d4..c63089f 100644 --- a/chrome/browser/ui/screen_capture_infobar_delegate.h +++ b/chrome/browser/ui/screen_capture_infobar_delegate.h @@ -6,7 +6,7 @@ #define CHROME_BROWSER_UI_SCREEN_CAPTURE_INFOBAR_DELEGATE_H_ #include "base/compiler_specific.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "content/public/browser/web_contents_delegate.h" #include "content/public/common/media_stream_request.h" diff --git a/chrome/browser/ui/startup/autolaunch_prompt_win.cc b/chrome/browser/ui/startup/autolaunch_prompt_win.cc index 71eff23..f9352d4 100644 --- a/chrome/browser/ui/startup/autolaunch_prompt_win.cc +++ b/chrome/browser/ui/startup/autolaunch_prompt_win.cc @@ -8,10 +8,10 @@ #include "base/message_loop.h" #include "base/prefs/pref_service.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/auto_launch_trial.h" #include "chrome/browser/first_run/first_run.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/tabs/tab_strip_model.h" diff --git a/chrome/browser/ui/startup/bad_flags_prompt.cc b/chrome/browser/ui/startup/bad_flags_prompt.cc index d1e7d10..a21d235 100644 --- a/chrome/browser/ui/startup/bad_flags_prompt.cc +++ b/chrome/browser/ui/startup/bad_flags_prompt.cc @@ -6,8 +6,8 @@ #include "base/command_line.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" -#include "chrome/browser/api/infobars/simple_alert_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" +#include "chrome/browser/infobars/simple_alert_infobar_delegate.h" #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/tabs/tab_strip_model.h" #include "chrome/common/chrome_switches.h" diff --git a/chrome/browser/ui/startup/default_browser_prompt.cc b/chrome/browser/ui/startup/default_browser_prompt.cc index e0bda62..a4b783d 100644 --- a/chrome/browser/ui/startup/default_browser_prompt.cc +++ b/chrome/browser/ui/startup/default_browser_prompt.cc @@ -8,10 +8,10 @@ #include "base/message_loop.h" #include "base/metrics/histogram.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/first_run/first_run.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/shell_integration.h" #include "chrome/browser/ui/browser.h" diff --git a/chrome/browser/ui/startup/obsolete_os_info_bar.cc b/chrome/browser/ui/startup/obsolete_os_info_bar.cc index b705056..ad10971 100644 --- a/chrome/browser/ui/startup/obsolete_os_info_bar.cc +++ b/chrome/browser/ui/startup/obsolete_os_info_bar.cc @@ -4,7 +4,7 @@ #include "chrome/browser/ui/startup/obsolete_os_info_bar.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "content/public/browser/web_contents.h" #include "grit/chromium_strings.h" #include "grit/generated_resources.h" diff --git a/chrome/browser/ui/startup/obsolete_os_info_bar.h b/chrome/browser/ui/startup/obsolete_os_info_bar.h index fd3589d..610a0ca 100644 --- a/chrome/browser/ui/startup/obsolete_os_info_bar.h +++ b/chrome/browser/ui/startup/obsolete_os_info_bar.h @@ -7,7 +7,7 @@ #include "base/compiler_specific.h" #include "base/string16.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "googleurl/src/gurl.h" class InfoBarService; diff --git a/chrome/browser/ui/startup/session_crashed_prompt.cc b/chrome/browser/ui/startup/session_crashed_prompt.cc index 77766d1..9ea6c64 100644 --- a/chrome/browser/ui/startup/session_crashed_prompt.cc +++ b/chrome/browser/ui/startup/session_crashed_prompt.cc @@ -4,7 +4,7 @@ #include "chrome/browser/ui/startup/session_crashed_prompt.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/sessions/session_restore.h" #include "chrome/browser/ui/browser.h" diff --git a/chrome/browser/ui/startup/session_crashed_prompt.h b/chrome/browser/ui/startup/session_crashed_prompt.h index af17728..513c601 100644 --- a/chrome/browser/ui/startup/session_crashed_prompt.h +++ b/chrome/browser/ui/startup/session_crashed_prompt.h @@ -5,7 +5,7 @@ #ifndef CHROME_BROWSER_UI_STARTUP_SESSION_CRASHED_PROMPT_H_ #define CHROME_BROWSER_UI_STARTUP_SESSION_CRASHED_PROMPT_H_ -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" diff --git a/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc b/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc index d507676..aec9cf5 100644 --- a/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc +++ b/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc @@ -5,12 +5,12 @@ #include "base/command_line.h" #include "base/files/file_path.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/extensions/extension_browsertest.h" #include "chrome/browser/extensions/extension_service.h" #include "chrome/browser/extensions/extension_system.h" #include "chrome/browser/first_run/first_run.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/prefs/session_startup_pref.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/profiles/profile_impl.h" diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc index 2924bcf..a817e8d 100644 --- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc +++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc @@ -24,7 +24,6 @@ #include "base/strings/string_split.h" #include "base/threading/thread_restrictions.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/auto_launch_trial.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/custom_handlers/protocol_handler_registry.h" @@ -34,6 +33,7 @@ #include "chrome/browser/extensions/pack_extension_job.h" #include "chrome/browser/first_run/first_run.h" #include "chrome/browser/google/google_util.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/net/predictor.h" #include "chrome/browser/net/url_fixer_upper.h" #include "chrome/browser/notifications/desktop_notification_service.h" diff --git a/chrome/browser/ui/sync/one_click_signin_helper.cc b/chrome/browser/ui/sync/one_click_signin_helper.cc index 295070b..7e4904b 100644 --- a/chrome/browser/ui/sync/one_click_signin_helper.cc +++ b/chrome/browser/ui/sync/one_click_signin_helper.cc @@ -21,10 +21,10 @@ #include "base/supports_user_data.h" #include "base/utf_string_conversions.h" #include "base/values.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/defaults.h" #include "chrome/browser/google/google_util.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/prefs/scoped_user_pref_update.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/profiles/profile_info_cache.h" diff --git a/chrome/browser/ui/sync/one_click_signin_infobar_delegate.h b/chrome/browser/ui/sync/one_click_signin_infobar_delegate.h index c4ec57a5..4ec37f2 100644 --- a/chrome/browser/ui/sync/one_click_signin_infobar_delegate.h +++ b/chrome/browser/ui/sync/one_click_signin_infobar_delegate.h @@ -5,7 +5,7 @@ #ifndef CHROME_BROWSER_UI_SYNC_ONE_CLICK_SIGNIN_INFOBAR_DELEGATE_H_ #define CHROME_BROWSER_UI_SYNC_ONE_CLICK_SIGNIN_INFOBAR_DELEGATE_H_ -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "third_party/skia/include/core/SkColor.h" // An interface derived from ConfirmInfoBarDelegate implemented for the diff --git a/chrome/browser/ui/views/collected_cookies_views.cc b/chrome/browser/ui/views/collected_cookies_views.cc index 9aed03a..d21746f 100644 --- a/chrome/browser/ui/views/collected_cookies_views.cc +++ b/chrome/browser/ui/views/collected_cookies_views.cc @@ -5,7 +5,6 @@ #include "chrome/browser/ui/views/collected_cookies_views.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browsing_data/browsing_data_appcache_helper.h" #include "chrome/browser/browsing_data/browsing_data_cookie_helper.h" #include "chrome/browser/browsing_data/browsing_data_database_helper.h" @@ -17,6 +16,7 @@ #include "chrome/browser/content_settings/cookie_settings.h" #include "chrome/browser/content_settings/local_shared_objects_container.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/collected_cookies_infobar_delegate.h" #include "chrome/browser/ui/views/constrained_window_views.h" diff --git a/chrome/browser/ui/views/external_tab_container_win.cc b/chrome/browser/ui/views/external_tab_container_win.cc index 01faca8..37f0ff3 100644 --- a/chrome/browser/ui/views/external_tab_container_win.cc +++ b/chrome/browser/ui/views/external_tab_container_win.cc @@ -22,13 +22,13 @@ #include "base/win/win_util.h" #include "chrome/app/chrome_command_ids.h" #include "chrome/app/chrome_dll_resource.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/automation/automation_provider.h" #include "chrome/browser/devtools/devtools_toggle_action.h" #include "chrome/browser/devtools/devtools_window.h" #include "chrome/browser/file_select_helper.h" #include "chrome/browser/history/history_tab_helper.h" #include "chrome/browser/history/history_types.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/pepper_broker_infobar_delegate.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/repost_form_warning_controller.h" diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc index cb7eb97..91fb3bc 100644 --- a/chrome/browser/ui/views/frame/browser_view.cc +++ b/chrome/browser/ui/views/frame/browser_view.cc @@ -15,11 +15,11 @@ #include "base/utf_string_conversions.h" #include "chrome/app/chrome_command_ids.h" #include "chrome/app/chrome_dll_resource.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/app_mode/app_mode_utils.h" #include "chrome/browser/bookmarks/bookmark_utils.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/extensions/tab_helper.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/managed_mode/managed_mode.h" #include "chrome/browser/native_window_notification_source.h" #include "chrome/browser/password_manager/password_manager.h" diff --git a/chrome/browser/ui/views/infobars/confirm_infobar.cc b/chrome/browser/ui/views/infobars/confirm_infobar.cc index cbdcc90..0ba2438 100644 --- a/chrome/browser/ui/views/infobars/confirm_infobar.cc +++ b/chrome/browser/ui/views/infobars/confirm_infobar.cc @@ -5,7 +5,7 @@ #include "chrome/browser/ui/views/infobars/confirm_infobar.h" #include "base/logging.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "ui/base/window_open_disposition.h" #include "ui/views/controls/button/text_button.h" #include "ui/views/controls/label.h" diff --git a/chrome/browser/ui/views/infobars/infobar_view.cc b/chrome/browser/ui/views/infobars/infobar_view.cc index df0b8a1..c400ff8 100644 --- a/chrome/browser/ui/views/infobars/infobar_view.cc +++ b/chrome/browser/ui/views/infobars/infobar_view.cc @@ -12,7 +12,7 @@ #include "base/memory/scoped_ptr.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_delegate.h" #include "chrome/browser/ui/views/infobars/infobar_background.h" #include "chrome/browser/ui/views/infobars/infobar_button_border.h" #include "grit/generated_resources.h" diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc b/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc index ff81663..d993e09 100644 --- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc +++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc @@ -6,8 +6,8 @@ #include "base/strings/string_number_conversions.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/certificate_viewer.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/views/collected_cookies_views.h" diff --git a/chrome/browser/ui/website_settings/website_settings.cc b/chrome/browser/ui/website_settings/website_settings.cc index 86f95d8..aeef90d 100644 --- a/chrome/browser/ui/website_settings/website_settings.cc +++ b/chrome/browser/ui/website_settings/website_settings.cc @@ -14,7 +14,6 @@ #include "base/strings/string_number_conversions.h" #include "base/utf_string_conversions.h" #include "base/values.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/browsing_data/browsing_data_cookie_helper.h" #include "chrome/browser/browsing_data/browsing_data_database_helper.h" #include "chrome/browser/browsing_data/browsing_data_file_system_helper.h" @@ -25,6 +24,7 @@ #include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/content_settings/local_shared_objects_container.h" #include "chrome/browser/history/history_service_factory.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ssl/ssl_error_info.h" #include "chrome/browser/ui/website_settings/website_settings_infobar_delegate.h" diff --git a/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc b/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc index 83675c8..a4f8dc1 100644 --- a/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc +++ b/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc @@ -6,7 +6,7 @@ #include "base/logging.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/infobar_service.h" #include "content/public/browser/web_contents.h" #include "grit/generated_resources.h" #include "grit/theme_resources.h" diff --git a/chrome/browser/ui/website_settings/website_settings_infobar_delegate.h b/chrome/browser/ui/website_settings/website_settings_infobar_delegate.h index 21cabd4..13b43bd 100644 --- a/chrome/browser/ui/website_settings/website_settings_infobar_delegate.h +++ b/chrome/browser/ui/website_settings/website_settings_infobar_delegate.h @@ -5,7 +5,7 @@ #ifndef CHROME_BROWSER_UI_WEBSITE_SETTINGS_WEBSITE_SETTINGS_INFOBAR_DELEGATE_H_ #define CHROME_BROWSER_UI_WEBSITE_SETTINGS_WEBSITE_SETTINGS_INFOBAR_DELEGATE_H_ -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" class InfoBarService; diff --git a/chrome/browser/ui/website_settings/website_settings_unittest.cc b/chrome/browser/ui/website_settings/website_settings_unittest.cc index 5d92dde..6ee1a03 100644 --- a/chrome/browser/ui/website_settings/website_settings_unittest.cc +++ b/chrome/browser/ui/website_settings/website_settings_unittest.cc @@ -8,12 +8,12 @@ #include "base/message_loop.h" #include "base/string16.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/content_settings/content_settings_provider.h" #include "chrome/browser/content_settings/content_settings_utils.h" #include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" +#include "chrome/browser/infobars/infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/ui/website_settings/website_settings_ui.h" #include "chrome/common/content_settings.h" #include "chrome/common/content_settings_types.h" diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index aca587a..9ee1d03 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -106,13 +106,6 @@ 'browser/android/tab_base_android_impl.cc', 'browser/android/tab_base_android_impl.h', 'browser/api/bookmarks/bookmark_service.h', - 'browser/api/infobars/confirm_infobar_delegate.cc', - 'browser/api/infobars/confirm_infobar_delegate.h', - 'browser/api/infobars/infobar_delegate.cc', - 'browser/api/infobars/infobar_delegate.h', - 'browser/api/infobars/infobar_service.h', - 'browser/api/infobars/simple_alert_infobar_delegate.cc', - 'browser/api/infobars/simple_alert_infobar_delegate.h', 'browser/api/sync/profile_sync_service_base.h', 'browser/api/sync/profile_sync_service_observer.h', 'browser/api/webdata/autofill_web_data.h', @@ -845,14 +838,21 @@ 'browser/importer/toolbar_importer.h', 'browser/importer/toolbar_importer_utils.cc', 'browser/importer/toolbar_importer_utils.h', + 'browser/infobars/confirm_infobar_delegate.cc', + 'browser/infobars/confirm_infobar_delegate.h', 'browser/infobars/infobar.cc', 'browser/infobars/infobar.h', 'browser/infobars/infobar_container.cc', 'browser/infobars/infobar_container.h', + 'browser/infobars/infobar_delegate.cc', + 'browser/infobars/infobar_delegate.h', + 'browser/infobars/infobar_service.h', 'browser/infobars/infobar_tab_helper.cc', 'browser/infobars/infobar_tab_helper.h', 'browser/infobars/insecure_content_infobar_delegate.cc', 'browser/infobars/insecure_content_infobar_delegate.h', + 'browser/infobars/simple_alert_infobar_delegate.cc', + 'browser/infobars/simple_alert_infobar_delegate.h', 'browser/internal_auth.cc', 'browser/internal_auth.h', 'browser/intranet_redirect_detector.cc', diff --git a/chrome/test/gpu/webgl_infobar_browsertest.cc b/chrome/test/gpu/webgl_infobar_browsertest.cc index 1ef4995..15286d0 100644 --- a/chrome/test/gpu/webgl_infobar_browsertest.cc +++ b/chrome/test/gpu/webgl_infobar_browsertest.cc @@ -5,8 +5,8 @@ #include "base/command_line.h" #include "base/path_service.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" -#include "chrome/browser/api/infobars/infobar_service.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/browser_commands.h" #include "chrome/browser/ui/browser_navigator.h" diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc index beecb98..a2a10f9 100644 --- a/chrome/test/ppapi/ppapi_test.cc +++ b/chrome/test/ppapi/ppapi_test.cc @@ -8,12 +8,12 @@ #include "base/file_util.h" #include "base/logging.h" #include "base/path_service.h" -#include "base/stringprintf.h" #include "base/string_util.h" +#include "base/stringprintf.h" #include "base/test/test_timeouts.h" #include "build/build_config.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" #include "chrome/browser/content_settings/host_content_settings_map.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/infobars/infobar.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser.h" @@ -25,13 +25,13 @@ #include "chrome/test/base/test_launcher_utils.h" #include "chrome/test/base/ui_test_utils.h" #include "content/public/browser/dom_operation_notification_details.h" -#include "content/public/test/test_renderer_host.h" #include "content/public/browser/notification_service.h" #include "content/public/browser/notification_types.h" #include "content/public/browser/web_contents.h" #include "content/public/common/content_paths.h" #include "content/public/common/content_switches.h" #include "content/public/test/browser_test_utils.h" +#include "content/public/test/test_renderer_host.h" #include "net/base/net_util.h" #include "net/base/test_data_directory.h" #include "ppapi/shared_impl/ppapi_switches.h" |