| Index: chrome/browser/views/tab_contents/native_tab_contents_container_gtk.h
|
| 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 0d4ed055e6dfc5526f6b58b59ea8d0c5633c74d0..e30c11fad2140f4961863912ee75b727b29356ac 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
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_VIEWS_TAB_CONTENTS_NATIVE_TAB_CONTENTS_CONTAINER_GTK_H_
|
| #define CHROME_BROWSER_VIEWS_TAB_CONTENTS_NATIVE_TAB_CONTENTS_CONTAINER_GTK_H_
|
|
|
| +#include <gtk/gtk.h>
|
| +
|
| #include "chrome/browser/views/tab_contents/native_tab_contents_container.h"
|
| #include "views/controls/native/native_view_host.h"
|
|
|
| @@ -35,6 +37,8 @@ class NativeTabContentsContainerGtk : public NativeTabContentsContainer,
|
| private:
|
| TabContentsContainer* container_;
|
|
|
| + gulong focus_callback_id_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(NativeTabContentsContainerGtk);
|
| };
|
|
|
|
|