diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 21:53:27 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 21:53:27 +0000 |
commit | a4c368180132f1f5fc2e57af75115b0d36b542a7 (patch) | |
tree | 44069f6a2e8fbec60b3347736941fd1da20c7a00 /chrome/browser/views/tab_contents | |
parent | c3b0173e79820fbb5252d873fc14ea70c1132bcc (diff) | |
download | chromium_src-a4c368180132f1f5fc2e57af75115b0d36b542a7.zip chromium_src-a4c368180132f1f5fc2e57af75115b0d36b542a7.tar.gz chromium_src-a4c368180132f1f5fc2e57af75115b0d36b542a7.tar.bz2 |
Fixes a slew of random link/compile errors for views on gtk.
BUG=none
TEST=none
TBR=ben
Review URL: http://codereview.chromium.org/115948
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17246 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/tab_contents')
-rw-r--r-- | chrome/browser/views/tab_contents/native_tab_contents_container_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/tab_contents/native_tab_contents_container_gtk.h b/chrome/browser/views/tab_contents/native_tab_contents_container_gtk.h index 16d9c5f..855faa2 100644 --- a/chrome/browser/views/tab_contents/native_tab_contents_container_gtk.h +++ b/chrome/browser/views/tab_contents/native_tab_contents_container_gtk.h @@ -6,7 +6,7 @@ #define CHROME_BROWSER_VIEWS_TAB_CONTENTS_NATIVE_TAB_CONTENTS_CONTAINER_GTK_H_ #include "chrome/browser/views/tab_contents/native_tab_contents_container.h" -#include "views/controls/native_view_host_gtk.h" +#include "views/controls/native/native_view_host.h" class NativeTabContentsContainerGtk : public NativeTabContentsContainer, public views::NativeViewHost { |