Index: chrome/browser/tab_contents/tab_contents_view_gtk.h |
diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.h b/chrome/browser/tab_contents/tab_contents_view_gtk.h |
index 488c580401c1dd23e3c63a8692eff5495d8c5684..69d9f88b902c5046c37b98b355a7df1e3d1ba211 100644 |
--- a/chrome/browser/tab_contents/tab_contents_view_gtk.h |
+++ b/chrome/browser/tab_contents/tab_contents_view_gtk.h |
@@ -12,8 +12,8 @@ |
#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/tab_contents/render_view_host_delegate_helper.h" |
-#include "chrome/browser/ui/gtk/focus_store_gtk.h" |
#include "content/browser/tab_contents/tab_contents_view.h" |
+#include "ui/base/gtk/focus_store_gtk.h" |
#include "ui/base/gtk/gtk_signal.h" |
#include "ui/base/gtk/owned_widget_gtk.h" |
@@ -134,7 +134,7 @@ class TabContentsViewGtk : public TabContentsView { |
// so that we can control the size of the web pages. |
ui::OwnedWidgetGtk expanded_; |
- FocusStoreGtk focus_store_; |
+ ui::FocusStoreGtk focus_store_; |
// The helper object that handles drag destination related interactions with |
// GTK. |