diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 22:32:59 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 22:32:59 +0000 |
commit | 93270d001be703684c1c1bd1e28be7e553a19c99 (patch) | |
tree | 4161c4c8fdef06ab6b9e0252134eb1a83e94777a | |
parent | af463aeaf8ab763f9afdf7193a52238f9bb18fc7 (diff) | |
download | chromium_src-93270d001be703684c1c1bd1e28be7e553a19c99.zip chromium_src-93270d001be703684c1c1bd1e28be7e553a19c99.tar.gz chromium_src-93270d001be703684c1c1bd1e28be7e553a19c99.tar.bz2 |
Update references part 3: remaining files in chrome/...
Update chrome/browser/gtk references & copyright dates of touched files.
Re-alphabetize include lists as necessary from this change.
Manually merge r71828
svn pset svn:eol-style LF \
chrome/browser/automation/testing_automation_provider_gtk.cc \
chrome/browser/speech/speech_input_bubble_gtk.cc
BUG=69289
TEST=none
Review URL: http://codereview.chromium.org/6245006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71859 0039d316-1c4b-4281-b951-d872f2087c98
46 files changed, 123 insertions, 121 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc index 4ebd199..baebcef 100644 --- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc +++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc @@ -1,11 +1,11 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/autocomplete/autocomplete_edit_view_gtk.h" -#include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> +#include <gtk/gtk.h> #include <algorithm> @@ -20,11 +20,11 @@ #include "chrome/browser/bookmarks/bookmark_node_data.h" #include "chrome/browser/command_updater.h" #include "chrome/browser/defaults.h" -#include "chrome/browser/gtk/gtk_util.h" -#include "chrome/browser/gtk/view_id_util.h" #include "chrome/browser/instant/instant_controller.h" #include "chrome/browser/platform_util.h" #include "chrome/browser/tab_contents/tab_contents.h" +#include "chrome/browser/ui/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/view_id_util.h" #include "chrome/browser/ui/toolbar/toolbar_model.h" #include "chrome/common/notification_service.h" #include "gfx/color_utils.h" @@ -38,13 +38,13 @@ #include "ui/base/animation/multi_animation.h" #if defined(TOOLKIT_VIEWS) -#include "chrome/browser/gtk/accessible_widget_helper_gtk.h" +#include "chrome/browser/ui/gtk/accessible_widget_helper_gtk.h" #include "chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h" #include "chrome/browser/ui/views/location_bar/location_bar_view.h" #else #include "chrome/browser/autocomplete/autocomplete_popup_view_gtk.h" -#include "chrome/browser/gtk/gtk_theme_provider.h" -#include "chrome/browser/gtk/location_bar_view_gtk.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/location_bar_view_gtk.h" #include "views/controls/native/native_view_host.h" #endif diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h index 190fa27..2e45edc 100644 --- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h +++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -17,7 +17,7 @@ #include "base/scoped_ptr.h" #include "base/string_util.h" #include "chrome/browser/autocomplete/autocomplete_edit_view.h" -#include "chrome/browser/gtk/owned_widget_gtk.h" +#include "chrome/browser/ui/gtk/owned_widget_gtk.h" #include "chrome/browser/ui/toolbar/toolbar_model.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" diff --git a/chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc b/chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc index e7da263..3835c17 100644 --- a/chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc +++ b/chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -20,11 +20,11 @@ #include "chrome/browser/autocomplete/autocomplete_match.h" #include "chrome/browser/autocomplete/autocomplete_popup_model.h" #include "chrome/browser/defaults.h" -#include "chrome/browser/gtk/gtk_theme_provider.h" -#include "chrome/browser/gtk/gtk_util.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/search_engines/template_url.h" #include "chrome/browser/search_engines/template_url_model.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #include "chrome/common/notification_service.h" #include "gfx/color_utils.h" #include "gfx/font.h" diff --git a/chrome/browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc b/chrome/browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc index dd84f26..60f7f2b 100644 --- a/chrome/browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc +++ b/chrome/browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -8,7 +8,7 @@ #include "chrome/browser/autocomplete/autocomplete.h" #include "chrome/browser/autocomplete/autocomplete_match.h" -#include "chrome/browser/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #include "testing/platform_test.h" namespace { diff --git a/chrome/browser/autofill/autofill_dialog_gtk.cc b/chrome/browser/autofill/autofill_dialog_gtk.cc index b35ad90..387ba53 100644 --- a/chrome/browser/autofill/autofill_dialog_gtk.cc +++ b/chrome/browser/autofill/autofill_dialog_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -21,15 +21,15 @@ #include "chrome/browser/autofill/form_group.h" #include "chrome/browser/autofill/personal_data_manager.h" #include "chrome/browser/autofill/phone_number.h" -#include "chrome/browser/gtk/gtk_chrome_link_button.h" -#include "chrome/browser/gtk/gtk_tree.h" -#include "chrome/browser/gtk/gtk_util.h" #include "chrome/browser/metrics/user_metrics.h" #include "chrome/browser/prefs/pref_member.h" #include "chrome/browser/prefs/pref_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/browser_list.h" +#include "chrome/browser/ui/gtk/gtk_chrome_link_button.h" +#include "chrome/browser/ui/gtk/gtk_tree.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #include "chrome/common/notification_details.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_type.h" diff --git a/chrome/browser/autofill/autofill_editor_gtk.cc b/chrome/browser/autofill/autofill_editor_gtk.cc index 8e2c999..d1f7def 100644 --- a/chrome/browser/autofill/autofill_editor_gtk.cc +++ b/chrome/browser/autofill/autofill_editor_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -17,7 +17,7 @@ #include "base/utf_string_conversions.h" #include "chrome/browser/autofill/personal_data_manager.h" #include "chrome/browser/autofill/phone_number.h" -#include "chrome/browser/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #include "chrome/browser/profiles/profile.h" #include "grit/app_resources.h" #include "grit/generated_resources.h" diff --git a/chrome/browser/automation/automation_provider_gtk.cc b/chrome/browser/automation/automation_provider_gtk.cc index ca021cd..ad1d51c 100644 --- a/chrome/browser/automation/automation_provider_gtk.cc +++ b/chrome/browser/automation/automation_provider_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -7,13 +7,13 @@ #include <gtk/gtk.h> #include "base/utf_string_conversions.h" -#include "chrome/browser/automation/ui_controls.h" #include "chrome/browser/automation/automation_browser_tracker.h" #include "chrome/browser/automation/automation_window_tracker.h" -#include "chrome/browser/gtk/browser_window_gtk.h" -#include "chrome/browser/gtk/gtk_util.h" -#include "chrome/browser/gtk/view_id_util.h" +#include "chrome/browser/automation/ui_controls.h" #include "chrome/browser/ui/browser.h" +#include "chrome/browser/ui/gtk/browser_window_gtk.h" +#include "chrome/browser/ui/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/view_id_util.h" #include "chrome/common/automation_messages.h" #include "gfx/point.h" #include "gfx/rect.h" diff --git a/chrome/browser/automation/testing_automation_provider_gtk.cc b/chrome/browser/automation/testing_automation_provider_gtk.cc index b57d1b9..f00025f 100644 --- a/chrome/browser/automation/testing_automation_provider_gtk.cc +++ b/chrome/browser/automation/testing_automation_provider_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,8 +9,8 @@ #include "base/logging.h" #include "base/utf_string_conversions.h" #include "chrome/browser/automation/automation_window_tracker.h" -#include "chrome/browser/gtk/gtk_util.h" -#include "chrome/browser/gtk/view_id_util.h" +#include "chrome/browser/ui/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/view_id_util.h" void TestingAutomationProvider::ActivateWindow(int handle) { NOTIMPLEMENTED(); diff --git a/chrome/browser/automation/ui_controls_linux.cc b/chrome/browser/automation/ui_controls_linux.cc index 1b814e5..02932b0 100644 --- a/chrome/browser/automation/ui_controls_linux.cc +++ b/chrome/browser/automation/ui_controls_linux.cc @@ -1,19 +1,19 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/automation/ui_controls.h" -#include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> +#include <gtk/gtk.h> #include "app/event_synthesis_gtk.h" -#include "gfx/rect.h" #include "base/logging.h" #include "base/message_loop.h" #include "chrome/browser/automation/ui_controls_internal.h" -#include "chrome/browser/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #include "chrome/common/automation_constants.h" +#include "gfx/rect.h" #if defined(TOOLKIT_VIEWS) #include "views/view.h" diff --git a/chrome/browser/background_mode_manager_linux.cc b/chrome/browser/background_mode_manager_linux.cc index 10dcb629..c7022a6 100644 --- a/chrome/browser/background_mode_manager_linux.cc +++ b/chrome/browser/background_mode_manager_linux.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -14,8 +14,8 @@ #include "base/task.h" #include "chrome/browser/background_mode_manager.h" #include "chrome/browser/browser_thread.h" -#include "chrome/browser/gtk/gtk_util.h" #include "chrome/browser/shell_integration.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/chrome_version_info.h" #include "grit/generated_resources.h" diff --git a/chrome/browser/bookmarks/bookmark_utils.cc b/chrome/browser/bookmarks/bookmark_utils.cc index d773d80..55b2121 100644 --- a/chrome/browser/bookmarks/bookmark_utils.cc +++ b/chrome/browser/bookmarks/bookmark_utils.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,12 +9,12 @@ #include "app/l10n_util.h" #include "base/basictypes.h" #include "base/file_path.h" -#include "base/string_number_conversions.h" #include "base/string16.h" +#include "base/string_number_conversions.h" #include "base/time.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/bookmarks/bookmark_node_data.h" #include "chrome/browser/bookmarks/bookmark_model.h" +#include "chrome/browser/bookmarks/bookmark_node_data.h" #if defined(OS_MACOSX) #include "chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h" #endif @@ -43,7 +43,7 @@ #include "views/widget/root_view.h" #include "views/widget/widget.h" #elif defined(TOOLKIT_GTK) -#include "chrome/browser/gtk/custom_drag.h" +#include "chrome/browser/ui/gtk/custom_drag.h" #endif using base::Time; diff --git a/chrome/browser/browser_focus_uitest.cc b/chrome/browser/browser_focus_uitest.cc index 2396dc6..246ccad 100644 --- a/chrome/browser/browser_focus_uitest.cc +++ b/chrome/browser/browser_focus_uitest.cc @@ -39,12 +39,12 @@ #endif #if defined(TOOLKIT_USES_GTK) -#include "chrome/browser/gtk/view_id_util.h" +#include "chrome/browser/ui/gtk/view_id_util.h" #endif #if defined(OS_WIN) -#include <windows.h> #include <Psapi.h> +#include <windows.h> #endif #if defined(OS_LINUX) diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc index d95fc3e..c18f2a8d 100644 --- a/chrome/browser/browser_main.cc +++ b/chrome/browser/browser_main.cc @@ -19,13 +19,13 @@ #include "base/metrics/field_trial.h" #include "base/metrics/histogram.h" #include "base/path_service.h" -#include "base/threading/platform_thread.h" #include "base/process_util.h" #include "base/string_number_conversions.h" #include "base/string_piece.h" #include "base/string_split.h" #include "base/string_util.h" #include "base/sys_string_conversions.h" +#include "base/threading/platform_thread.h" #include "base/threading/thread_restrictions.h" #include "base/time.h" #include "base/utf_string_conversions.h" @@ -33,7 +33,6 @@ #include "build/build_config.h" #include "chrome/browser/about_flags.h" #include "chrome/browser/browser_main_win.h" -#include "chrome/browser/prefs/browser_prefs.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/browser_process_impl.h" #include "chrome/browser/browser_shutdown.h" @@ -55,6 +54,7 @@ #include "chrome/browser/net/sdch_dictionary_fetcher.h" #include "chrome/browser/net/websocket_experiment/websocket_experiment_runner.h" #include "chrome/browser/plugin_service.h" +#include "chrome/browser/prefs/browser_prefs.h" #include "chrome/browser/prefs/pref_service.h" #include "chrome/browser/prefs/pref_value_store.h" #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service.h" @@ -110,7 +110,7 @@ #if defined(OS_POSIX) && !defined(OS_MACOSX) #include <dbus/dbus-glib.h> #include "chrome/browser/browser_main_gtk.h" -#include "chrome/browser/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #endif #if defined(OS_CHROMEOS) @@ -124,9 +124,9 @@ // progress and should not be taken as an indication of a real refactoring. #if defined(OS_WIN) -#include <windows.h> #include <commctrl.h> #include <shellapi.h> +#include <windows.h> #include "app/l10n_util_win.h" #include "app/win/scoped_com_initializer.h" diff --git a/chrome/browser/chromeos/frame/browser_view.cc b/chrome/browser/chromeos/frame/browser_view.cc index 8fe05f0..11b35a3 100644 --- a/chrome/browser/chromeos/frame/browser_view.cc +++ b/chrome/browser/chromeos/frame/browser_view.cc @@ -17,7 +17,7 @@ #include "chrome/browser/chromeos/status/status_area_view.h" #include "chrome/browser/chromeos/view_ids.h" #include "chrome/browser/chromeos/wm_ipc.h" -#include "chrome/browser/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #include "chrome/browser/ui/views/frame/browser_frame_gtk.h" #include "chrome/browser/ui/views/frame/browser_view.h" #include "chrome/browser/ui/views/frame/browser_view_layout.h" diff --git a/chrome/browser/chromeos/input_method/candidate_window_main.cc b/chrome/browser/chromeos/input_method/candidate_window_main.cc index a8bc042..1d6ff43 100644 --- a/chrome/browser/chromeos/input_method/candidate_window_main.cc +++ b/chrome/browser/chromeos/input_method/candidate_window_main.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -50,7 +50,7 @@ int main(int argc, char** argv) { l10n_util::GetStringUTF8(IDS_UI_FONT_FAMILY_CROS); // The font name should not be empty here, but just in case. if (font_name != "default" && !font_name.empty()) { - // Don't use gtk_util::SetGtkFont() in chrome/browser/gtk not to + // Don't use gtk_util::SetGtkFont() in chrome/browser/ui/gtk not to // introduce a dependency to it. g_object_set(gtk_settings_get_default(), "gtk-font-name", font_name.c_str(), NULL); diff --git a/chrome/browser/dom_ui/ntp_resource_cache.cc b/chrome/browser/dom_ui/ntp_resource_cache.cc index 35f572b..ee716eb 100644 --- a/chrome/browser/dom_ui/ntp_resource_cache.cc +++ b/chrome/browser/dom_ui/ntp_resource_cache.cc @@ -47,7 +47,7 @@ #elif defined(OS_MACOSX) #include "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h" #elif defined(OS_POSIX) -#include "chrome/browser/gtk/bookmark_bar_gtk.h" +#include "chrome/browser/ui/gtk/bookmark_bar_gtk.h" #endif using base::Time; diff --git a/chrome/browser/dom_ui/options/certificate_manager_handler.cc b/chrome/browser/dom_ui/options/certificate_manager_handler.cc index c337f77..ef7185d 100644 --- a/chrome/browser/dom_ui/options/certificate_manager_handler.cc +++ b/chrome/browser/dom_ui/options/certificate_manager_handler.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -15,10 +15,10 @@ #include "chrome/browser/browser_thread.h" // for FileAccessProvider #include "chrome/browser/certificate_manager_model.h" #include "chrome/browser/certificate_viewer.h" -#include "chrome/browser/gtk/certificate_dialogs.h" #include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/browser/tab_contents/tab_contents_view.h" #include "chrome/browser/ui/crypto_module_password_dialog.h" +#include "chrome/browser/ui/gtk/certificate_dialogs.h" #include "grit/generated_resources.h" #include "net/base/crypto_module.h" #include "net/base/x509_certificate.h" diff --git a/chrome/browser/dom_ui/options/personal_options_handler.cc b/chrome/browser/dom_ui/options/personal_options_handler.cc index 0b31d8f..75216b1 100644 --- a/chrome/browser/dom_ui/options/personal_options_handler.cc +++ b/chrome/browser/dom_ui/options/personal_options_handler.cc @@ -25,9 +25,9 @@ #include "chrome/browser/themes/browser_theme_provider.h" #include "chrome/browser/ui/options/options_page_base.h" #include "chrome/browser/ui/options/options_window.h" +#include "chrome/common/chrome_paths.h" #include "chrome/common/net/gaia/google_service_auth_error.h" #include "chrome/common/notification_service.h" -#include "chrome/common/chrome_paths.h" #include "grit/browser_resources.h" #include "grit/chromium_strings.h" #include "grit/generated_resources.h" @@ -38,7 +38,7 @@ #include "chrome/browser/chromeos/login/user_manager.h" #endif // defined(OS_CHROMEOS) #if defined(TOOLKIT_GTK) -#include "chrome/browser/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" #endif // defined(TOOLKIT_GTK) PersonalOptionsHandler::PersonalOptionsHandler() { diff --git a/chrome/browser/download/download_util.cc b/chrome/browser/download/download_util.cc index 25bfa85..9b57af2c 100644 --- a/chrome/browser/download/download_util.cc +++ b/chrome/browser/download/download_util.cc @@ -65,7 +65,7 @@ #include "ui/base/dragdrop/drag_drop_types.h" #include "views/widget/widget_gtk.h" #elif defined(TOOLKIT_GTK) -#include "chrome/browser/gtk/custom_drag.h" +#include "chrome/browser/ui/gtk/custom_drag.h" #endif // defined(TOOLKIT_GTK) #endif // defined(TOOLKIT_USES_GTK) diff --git a/chrome/browser/extensions/browser_action_test_util_gtk.cc b/chrome/browser/extensions/browser_action_test_util_gtk.cc index 3781bd6..936fe73 100644 --- a/chrome/browser/extensions/browser_action_test_util_gtk.cc +++ b/chrome/browser/extensions/browser_action_test_util_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -7,10 +7,10 @@ #include <gtk/gtk.h> #include "chrome/browser/browser_window.h" -#include "chrome/browser/gtk/extension_popup_gtk.h" -#include "chrome/browser/gtk/extension_view_gtk.h" -#include "chrome/browser/gtk/view_id_util.h" #include "chrome/browser/ui/browser.h" +#include "chrome/browser/ui/gtk/extension_popup_gtk.h" +#include "chrome/browser/ui/gtk/extension_view_gtk.h" +#include "chrome/browser/ui/gtk/view_id_util.h" namespace { diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h index 423b2db..1109147 100644 --- a/chrome/browser/extensions/extension_host.h +++ b/chrome/browser/extensions/extension_host.h @@ -20,7 +20,7 @@ #elif defined(OS_MACOSX) #include "chrome/browser/ui/cocoa/extensions/extension_view_mac.h" #elif defined(TOOLKIT_GTK) -#include "chrome/browser/gtk/extension_view_gtk.h" +#include "chrome/browser/ui/gtk/extension_view_gtk.h" #endif #include "chrome/common/notification_registrar.h" diff --git a/chrome/browser/extensions/extension_install_ui.cc b/chrome/browser/extensions/extension_install_ui.cc index c59aabc..5b343e6 100644 --- a/chrome/browser/extensions/extension_install_ui.cc +++ b/chrome/browser/extensions/extension_install_ui.cc @@ -42,8 +42,8 @@ #if defined(TOOLKIT_GTK) #include "chrome/browser/extensions/gtk_theme_installed_infobar_delegate.h" -#include "chrome/browser/gtk/extension_installed_bubble_gtk.h" -#include "chrome/browser/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/extension_installed_bubble_gtk.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" #endif // static diff --git a/chrome/browser/first_run/first_run_gtk.cc b/chrome/browser/first_run/first_run_gtk.cc index aa61384..37d1754 100644 --- a/chrome/browser/first_run/first_run_gtk.cc +++ b/chrome/browser/first_run/first_run_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -14,8 +14,8 @@ #include "base/string_util.h" #include "base/utf_string_conversions.h" #include "base/values.h" -#include "chrome/browser/gtk/first_run_dialog.h" #include "chrome/browser/shell_integration.h" +#include "chrome/browser/ui/gtk/first_run_dialog.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/result_codes.h" #include "chrome/installer/util/google_update_settings.h" diff --git a/chrome/browser/importer/importer.cc b/chrome/browser/importer/importer.cc index 44abdd2..0ca99f5 100644 --- a/chrome/browser/importer/importer.cc +++ b/chrome/browser/importer/importer.cc @@ -36,7 +36,7 @@ #elif defined(OS_MACOSX) #include "chrome/browser/ui/cocoa/importer/importer_lock_dialog.h" #elif defined(TOOLKIT_USES_GTK) -#include "chrome/browser/gtk/import_lock_dialog_gtk.h" +#include "chrome/browser/ui/gtk/import_lock_dialog_gtk.h" #endif using webkit_glue::PasswordForm; diff --git a/chrome/browser/jankometer.cc b/chrome/browser/jankometer.cc index ea1cf27..29986ea 100644 --- a/chrome/browser/jankometer.cc +++ b/chrome/browser/jankometer.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -13,8 +13,8 @@ #include "base/metrics/stats_counters.h" #include "base/ref_counted.h" #include "base/string_util.h" -#include "base/threading/watchdog.h" #include "base/threading/thread.h" +#include "base/threading/watchdog.h" #include "base/time.h" #include "build/build_config.h" #include "chrome/browser/browser_process.h" @@ -22,7 +22,7 @@ #include "chrome/common/chrome_switches.h" #if defined(TOOLKIT_USES_GTK) -#include "chrome/browser/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #endif using base::TimeDelta; diff --git a/chrome/browser/platform_util_common_linux.cc b/chrome/browser/platform_util_common_linux.cc index 062a2b8..146e056 100644 --- a/chrome/browser/platform_util_common_linux.cc +++ b/chrome/browser/platform_util_common_linux.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -11,8 +11,8 @@ #include "base/process_util.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #include "chrome/common/process_watcher.h" -#include "chrome/browser/gtk/gtk_util.h" #include "gfx/native_widget_types.h" #include "googleurl/src/gurl.h" diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc index e098659..4bbd995 100644 --- a/chrome/browser/prefs/browser_prefs.cc +++ b/chrome/browser/prefs/browser_prefs.cc @@ -62,7 +62,7 @@ #endif #if defined(TOOLKIT_GTK) -#include "chrome/browser/gtk/browser_window_gtk.h" +#include "chrome/browser/ui/gtk/browser_window_gtk.h" #endif #if defined(OS_CHROMEOS) diff --git a/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc b/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc index d49bbbd..edb16ef 100644 --- a/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc +++ b/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc @@ -15,7 +15,7 @@ #include "chrome/browser/dom_ui/chrome_url_data_manager.h" #include "chrome/browser/dom_ui/dom_ui_util.h" #if defined(TOOLKIT_GTK) -#include "chrome/browser/gtk/html_dialog_gtk.h" +#include "chrome/browser/ui/gtk/html_dialog_gtk.h" #endif // defined(TOOLKIT_GTK) #include "chrome/browser/platform_util.h" #include "chrome/browser/prefs/pref_service.h" diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc index 7c7cb47..bd987fb 100644 --- a/chrome/browser/process_singleton_linux.cc +++ b/chrome/browser/process_singleton_linux.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -50,6 +50,7 @@ #include <sys/types.h> #include <sys/un.h> #include <unistd.h> + #include <cstring> #include <set> #include <string> @@ -78,7 +79,7 @@ #include "chrome/browser/browser_process.h" #include "chrome/browser/browser_thread.h" #if defined(TOOLKIT_GTK) -#include "chrome/browser/gtk/process_singleton_dialog.h" +#include "chrome/browser/ui/gtk/process_singleton_dialog.h" #endif #include "chrome/browser/io_thread.h" #include "chrome/browser/profiles/profile.h" diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc index 658face..3b13b59 100644 --- a/chrome/browser/profiles/profile.cc +++ b/chrome/browser/profiles/profile.cc @@ -41,7 +41,7 @@ #include "webkit/database/database_tracker.h" #if defined(TOOLKIT_USES_GTK) -#include "chrome/browser/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" #endif #if defined(OS_WIN) diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc index e4495e3..b235eb1 100644 --- a/chrome/browser/profiles/profile_impl.cc +++ b/chrome/browser/profiles/profile_impl.cc @@ -32,8 +32,8 @@ #include "chrome/browser/extensions/default_apps.h" #include "chrome/browser/extensions/extension_devtools_manager.h" #include "chrome/browser/extensions/extension_error_reporter.h" -#include "chrome/browser/extensions/extension_info_map.h" #include "chrome/browser/extensions/extension_event_router.h" +#include "chrome/browser/extensions/extension_info_map.h" #include "chrome/browser/extensions/extension_message_service.h" #include "chrome/browser/extensions/extension_pref_store.h" #include "chrome/browser/extensions/extension_process_manager.h" @@ -46,8 +46,8 @@ #include "chrome/browser/history/history.h" #include "chrome/browser/history/top_sites.h" #include "chrome/browser/host_zoom_map.h" -#include "chrome/browser/instant/instant_controller.h" #include "chrome/browser/in_process_webkit/webkit_context.h" +#include "chrome/browser/instant/instant_controller.h" #include "chrome/browser/net/chrome_url_request_context.h" #include "chrome/browser/net/gaia/token_service.h" #include "chrome/browser/net/net_pref_observer.h" @@ -55,8 +55,8 @@ #include "chrome/browser/net/ssl_config_service_manager.h" #include "chrome/browser/notifications/desktop_notification_service.h" #include "chrome/browser/password_manager/password_store_default.h" -#include "chrome/browser/policy/configuration_policy_provider.h" #include "chrome/browser/policy/configuration_policy_pref_store.h" +#include "chrome/browser/policy/configuration_policy_provider.h" #include "chrome/browser/policy/profile_policy_context.h" #include "chrome/browser/prefs/browser_prefs.h" #include "chrome/browser/prefs/pref_value_store.h" @@ -96,7 +96,7 @@ #include "webkit/database/database_tracker.h" #if defined(TOOLKIT_USES_GTK) -#include "chrome/browser/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" #endif #if defined(OS_WIN) diff --git a/chrome/browser/renderer_host/gtk_im_context_wrapper.cc b/chrome/browser/renderer_host/gtk_im_context_wrapper.cc index 039787b..c523442 100644 --- a/chrome/browser/renderer_host/gtk_im_context_wrapper.cc +++ b/chrome/browser/renderer_host/gtk_im_context_wrapper.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -7,6 +7,7 @@ #include <gdk/gdk.h> #include <gdk/gdkkeysyms.h> #include <gtk/gtk.h> + #include <algorithm> #include "app/l10n_util.h" @@ -15,9 +16,9 @@ #include "base/third_party/icu/icu_utf.h" #include "base/utf_string_conversions.h" #include "chrome/app/chrome_command_ids.h" -#include "chrome/browser/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #if !defined(TOOLKIT_VIEWS) -#include "chrome/browser/gtk/menu_gtk.h" +#include "chrome/browser/ui/gtk/menu_gtk.h" #endif #include "chrome/browser/renderer_host/render_widget_host.h" #include "chrome/browser/renderer_host/render_widget_host_view_gtk.h" diff --git a/chrome/browser/renderer_host/gtk_key_bindings_handler.h b/chrome/browser/renderer_host/gtk_key_bindings_handler.h index 6f4ec25..a33a417 100644 --- a/chrome/browser/renderer_host/gtk_key_bindings_handler.h +++ b/chrome/browser/renderer_host/gtk_key_bindings_handler.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -10,7 +10,7 @@ #include <string> -#include "chrome/browser/gtk/owned_widget_gtk.h" +#include "chrome/browser/ui/gtk/owned_widget_gtk.h" #include "chrome/common/edit_command.h" struct NativeWebKeyboardEvent; diff --git a/chrome/browser/renderer_host/render_view_host_delegate.cc b/chrome/browser/renderer_host/render_view_host_delegate.cc index 4fb6a09..60817fc 100644 --- a/chrome/browser/renderer_host/render_view_host_delegate.cc +++ b/chrome/browser/renderer_host/render_view_host_delegate.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -13,7 +13,7 @@ #include "webkit/glue/webpreferences.h" #if defined(TOOLKIT_USES_GTK) -#include "chrome/browser/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #endif RenderViewHostDelegate::View* RenderViewHostDelegate::GetViewDelegate() { diff --git a/chrome/browser/renderer_host/render_widget_host_view_gtk.cc b/chrome/browser/renderer_host/render_widget_host_view_gtk.cc index 3141d7b..3b07b90 100644 --- a/chrome/browser/renderer_host/render_widget_host_view_gtk.cc +++ b/chrome/browser/renderer_host/render_widget_host_view_gtk.cc @@ -27,13 +27,13 @@ #include "base/string_number_conversions.h" #include "base/time.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/gtk/gtk_util.h" #include "chrome/browser/renderer_host/backing_store_x.h" #include "chrome/browser/renderer_host/gtk_im_context_wrapper.h" #include "chrome/browser/renderer_host/gtk_key_bindings_handler.h" #include "chrome/browser/renderer_host/render_view_host.h" #include "chrome/browser/renderer_host/render_view_host_delegate.h" #include "chrome/browser/renderer_host/render_widget_host.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/native_web_keyboard_event.h" #include "gfx/gtk_preserve_window.h" diff --git a/chrome/browser/renderer_host/render_widget_host_view_gtk.h b/chrome/browser/renderer_host/render_widget_host_view_gtk.h index fcc5e75..0e7268b 100644 --- a/chrome/browser/renderer_host/render_widget_host_view_gtk.h +++ b/chrome/browser/renderer_host/render_widget_host_view_gtk.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -8,13 +8,13 @@ #include <gdk/gdk.h> -#include <vector> #include <string> +#include <vector> #include "base/scoped_ptr.h" #include "base/time.h" -#include "chrome/browser/gtk/owned_widget_gtk.h" #include "chrome/browser/renderer_host/render_widget_host_view.h" +#include "chrome/browser/ui/gtk/owned_widget_gtk.h" #include "gfx/native_widget_types.h" #include "gfx/rect.h" #include "ui/base/animation/animation_delegate.h" diff --git a/chrome/browser/renderer_preferences_util.cc b/chrome/browser/renderer_preferences_util.cc index bfa0811..2c021c8 100644 --- a/chrome/browser/renderer_preferences_util.cc +++ b/chrome/browser/renderer_preferences_util.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -7,8 +7,8 @@ #include "chrome/browser/profiles/profile.h" #if defined(TOOLKIT_USES_GTK) -#include "chrome/browser/gtk/gtk_theme_provider.h" -#include "chrome/browser/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #endif namespace renderer_preferences_util { diff --git a/chrome/browser/speech/speech_input_bubble_gtk.cc b/chrome/browser/speech/speech_input_bubble_gtk.cc index eb8b906..b8bed6d 100644 --- a/chrome/browser/speech/speech_input_bubble_gtk.cc +++ b/chrome/browser/speech/speech_input_bubble_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -7,11 +7,11 @@ #include "app/l10n_util.h" #include "app/resource_bundle.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/gtk/gtk_theme_provider.h" -#include "chrome/browser/gtk/gtk_util.h" -#include "chrome/browser/gtk/info_bubble_gtk.h" -#include "chrome/browser/gtk/owned_widget_gtk.h" #include "chrome/browser/tab_contents/tab_contents.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/info_bubble_gtk.h" +#include "chrome/browser/ui/gtk/owned_widget_gtk.h" #include "gfx/gtk_util.h" #include "gfx/rect.h" #include "grit/generated_resources.h" diff --git a/chrome/browser/sync/glue/theme_util.cc b/chrome/browser/sync/glue/theme_util.cc index fe42e50..2e91f02 100644 --- a/chrome/browser/sync/glue/theme_util.cc +++ b/chrome/browser/sync/glue/theme_util.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,10 +9,10 @@ #include "base/logging.h" #include "base/scoped_ptr.h" #include "chrome/browser/extensions/extension_install_ui.h" -#include "chrome/browser/extensions/extension_updater.h" #include "chrome/browser/extensions/extension_service.h" +#include "chrome/browser/extensions/extension_updater.h" #if defined(TOOLKIT_USES_GTK) -#include "chrome/browser/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" #endif #include "chrome/browser/profiles/profile.h" #include "chrome/browser/sync/protocol/theme_specifics.pb.h" diff --git a/chrome/browser/tab_contents/interstitial_page.cc b/chrome/browser/tab_contents/interstitial_page.cc index 263b67c..c41c519 100644 --- a/chrome/browser/tab_contents/interstitial_page.cc +++ b/chrome/browser/tab_contents/interstitial_page.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -34,7 +34,7 @@ #include "net/base/escape.h" #if defined(TOOLKIT_GTK) -#include "chrome/browser/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" #endif using WebKit::WebDragOperation; diff --git a/chrome/browser/tab_contents/render_view_context_menu_gtk.h b/chrome/browser/tab_contents/render_view_context_menu_gtk.h index 90eea5e..aae991c 100644 --- a/chrome/browser/tab_contents/render_view_context_menu_gtk.h +++ b/chrome/browser/tab_contents/render_view_context_menu_gtk.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -7,8 +7,8 @@ #pragma once #include "base/scoped_ptr.h" -#include "chrome/browser/gtk/menu_gtk.h" #include "chrome/browser/tab_contents/render_view_context_menu.h" +#include "chrome/browser/ui/gtk/menu_gtk.h" #include "gfx/point.h" struct ContextMenuParams; diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.cc b/chrome/browser/tab_contents/tab_contents_view_gtk.cc index e6564da..c6bf79e 100644 --- a/chrome/browser/tab_contents/tab_contents_view_gtk.cc +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -14,14 +14,6 @@ #include "base/utf_string_conversions.h" #include "build/build_config.h" #include "chrome/browser/download/download_shelf.h" -#include "chrome/browser/gtk/browser_window_gtk.h" -#include "chrome/browser/gtk/constrained_window_gtk.h" -#include "chrome/browser/gtk/gtk_expanded_container.h" -#include "chrome/browser/gtk/gtk_floating_container.h" -#include "chrome/browser/gtk/gtk_theme_provider.h" -#include "chrome/browser/gtk/gtk_util.h" -#include "chrome/browser/gtk/sad_tab_gtk.h" -#include "chrome/browser/gtk/tab_contents_drag_source.h" #include "chrome/browser/renderer_host/render_view_host.h" #include "chrome/browser/renderer_host/render_view_host_factory.h" #include "chrome/browser/renderer_host/render_widget_host_view_gtk.h" @@ -30,6 +22,14 @@ #include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/browser/tab_contents/tab_contents_delegate.h" #include "chrome/browser/tab_contents/web_drag_dest_gtk.h" +#include "chrome/browser/ui/gtk/browser_window_gtk.h" +#include "chrome/browser/ui/gtk/constrained_window_gtk.h" +#include "chrome/browser/ui/gtk/gtk_expanded_container.h" +#include "chrome/browser/ui/gtk/gtk_floating_container.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/gtk_util.h" +#include "chrome/browser/ui/gtk/sad_tab_gtk.h" +#include "chrome/browser/ui/gtk/tab_contents_drag_source.h" #include "chrome/common/notification_source.h" #include "chrome/common/notification_type.h" #include "gfx/point.h" diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.h b/chrome/browser/tab_contents/tab_contents_view_gtk.h index 4a7cbca..7e49207 100644 --- a/chrome/browser/tab_contents/tab_contents_view_gtk.h +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -12,9 +12,9 @@ #include "app/gtk_signal.h" #include "base/scoped_ptr.h" -#include "chrome/browser/gtk/focus_store_gtk.h" -#include "chrome/browser/gtk/owned_widget_gtk.h" #include "chrome/browser/tab_contents/tab_contents_view.h" +#include "chrome/browser/ui/gtk/focus_store_gtk.h" +#include "chrome/browser/ui/gtk/owned_widget_gtk.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" diff --git a/chrome/browser/tab_contents/web_drag_dest_gtk.cc b/chrome/browser/tab_contents/web_drag_dest_gtk.cc index 840576d..8d2da35 100644 --- a/chrome/browser/tab_contents/web_drag_dest_gtk.cc +++ b/chrome/browser/tab_contents/web_drag_dest_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,10 +9,10 @@ #include "base/file_path.h" #include "base/utf_string_conversions.h" #include "chrome/browser/bookmarks/bookmark_node_data.h" -#include "chrome/browser/gtk/bookmark_utils_gtk.h" -#include "chrome/browser/gtk/gtk_util.h" #include "chrome/browser/renderer_host/render_view_host.h" #include "chrome/browser/tab_contents/tab_contents.h" +#include "chrome/browser/ui/gtk/bookmark_utils_gtk.h" +#include "chrome/browser/ui/gtk/gtk_util.h" #include "chrome/common/url_constants.h" #include "net/base/net_util.h" #include "ui/base/dragdrop/gtk_dnd_util.h" diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc index 7708c0f..4f3b40b 100644 --- a/chrome/test/testing_profile.cc +++ b/chrome/test/testing_profile.cc @@ -40,8 +40,8 @@ #include "chrome/common/net/url_request_context_getter.h" #include "chrome/common/notification_service.h" #include "chrome/common/url_constants.h" -#include "chrome/test/testing_pref_service.h" #include "chrome/test/test_url_request_context_getter.h" +#include "chrome/test/testing_pref_service.h" #include "chrome/test/ui_test_utils.h" #include "net/base/cookie_monster.h" #include "net/url_request/url_request_context.h" @@ -50,7 +50,7 @@ #include "webkit/database/database_tracker.h" #if defined(OS_LINUX) && !defined(TOOLKIT_VIEWS) -#include "chrome/browser/gtk/gtk_theme_provider.h" +#include "chrome/browser/ui/gtk/gtk_theme_provider.h" #endif using base::Time; diff --git a/chrome/test/ui_test_utils_linux.cc b/chrome/test/ui_test_utils_linux.cc index bf53d57..16c7b0e 100644 --- a/chrome/test/ui_test_utils_linux.cc +++ b/chrome/test/ui_test_utils_linux.cc @@ -10,8 +10,8 @@ #include "base/message_loop.h" #include "chrome/browser/automation/ui_controls.h" #include "chrome/browser/browser_window.h" -#include "chrome/browser/gtk/view_id_util.h" #include "chrome/browser/ui/browser.h" +#include "chrome/browser/ui/gtk/view_id_util.h" #if defined(TOOLKIT_VIEWS) #include "chrome/browser/ui/views/frame/browser_view.h" #include "views/focus/focus_manager.h" |