diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-22 22:13:29 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-22 22:13:29 +0000 |
commit | bacf470d2cd46c0d3b145675e471ab9c6976cee8 (patch) | |
tree | 08b07add5d1736cb5b435dbcc8fdca968b6b97b8 /chrome/browser/ui/gtk/constrained_window_gtk.h | |
parent | 0adf649c85353e90478a994dac74e9f1575b7e6e (diff) | |
download | chromium_src-bacf470d2cd46c0d3b145675e471ab9c6976cee8.zip chromium_src-bacf470d2cd46c0d3b145675e471ab9c6976cee8.tar.gz chromium_src-bacf470d2cd46c0d3b145675e471ab9c6976cee8.tar.bz2 |
content: Move render_widget_host_view_gtk to content/
This also moves some other files:
- OwnedWidgetGtk now goes in ui/base/gtk/
- TruncateString moved from l10n_util:: to ui::
- GtkIMContextWrapper has part of its code split into chrome/ (IDC using code goes in RenderViewContextMenu) and the rest go in content/ (gtk using code goes with GtkIMContextWrapper).
- gtk_key_bindings_handler[_unittest] now goes in content, as it's a utility class to RenderWidgetHostGtk.
BUG=93804
TEST=existing unit tests
Review URL: http://codereview.chromium.org/7669040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/gtk/constrained_window_gtk.h')
-rw-r--r-- | chrome/browser/ui/gtk/constrained_window_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/gtk/constrained_window_gtk.h b/chrome/browser/ui/gtk/constrained_window_gtk.h index 700f47c..fb4a546 100644 --- a/chrome/browser/ui/gtk/constrained_window_gtk.h +++ b/chrome/browser/ui/gtk/constrained_window_gtk.h @@ -10,9 +10,9 @@ #include "base/basictypes.h" #include "base/task.h" -#include "chrome/browser/ui/gtk/owned_widget_gtk.h" #include "content/browser/tab_contents/constrained_window.h" #include "ui/base/gtk/gtk_signal.h" +#include "ui/base/gtk/owned_widget_gtk.h" class TabContents; typedef struct _GdkColor GdkColor; |