| Index: chrome/browser/ui/gtk/location_bar_view_gtk.h
 | 
| diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h
 | 
| index f18ed96339cce5da60101808aba86612e49880a4..4bfd267239963ab6a788fa265291e3773c60ff9f 100644
 | 
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
 | 
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
 | 
| @@ -22,7 +22,6 @@
 | 
|  #include "chrome/browser/prefs/pref_member.h"
 | 
|  #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
 | 
|  #include "chrome/browser/ui/gtk/menu_gtk.h"
 | 
| -#include "chrome/browser/ui/gtk/owned_widget_gtk.h"
 | 
|  #include "chrome/browser/ui/omnibox/location_bar.h"
 | 
|  #include "chrome/common/content_settings_types.h"
 | 
|  #include "content/common/notification_observer.h"
 | 
| @@ -32,6 +31,7 @@
 | 
|  #include "ui/base/animation/animation_delegate.h"
 | 
|  #include "ui/base/animation/slide_animation.h"
 | 
|  #include "ui/base/gtk/gtk_signal.h"
 | 
| +#include "ui/base/gtk/owned_widget_gtk.h"
 | 
|  #include "webkit/glue/window_open_disposition.h"
 | 
|  
 | 
|  class OmniboxViewGtk;
 | 
| 
 |