| Index: chrome/browser/ui/touch/frame/touch_browser_frame_view.h
 | 
| diff --git a/chrome/browser/ui/touch/frame/touch_browser_frame_view.h b/chrome/browser/ui/touch/frame/touch_browser_frame_view.h
 | 
| index 5e4eefbbca1d20d124d00a62f692d82942728121..eee15e25f2a1dc2238d27919a871377a102ea997 100644
 | 
| --- a/chrome/browser/ui/touch/frame/touch_browser_frame_view.h
 | 
| +++ b/chrome/browser/ui/touch/frame/touch_browser_frame_view.h
 | 
| @@ -8,15 +8,11 @@
 | 
|  
 | 
|  #include "chrome/browser/ui/views/frame/opaque_browser_frame_view.h"
 | 
|  
 | 
| -#include "content/browser/sensors/sensors_provider.h"
 | 
| -#include "content/common/sensors.h"
 | 
| -
 | 
|  class BrowserFrame;
 | 
|  class BrowserView;
 | 
|  
 | 
|  class TouchBrowserFrameView
 | 
| -    : public OpaqueBrowserFrameView,
 | 
| -      public sensors::Listener {
 | 
| +    : public OpaqueBrowserFrameView {
 | 
|   public:
 | 
|    // Internal class name.
 | 
|    static const char kViewClassName[];
 | 
| @@ -25,10 +21,6 @@ class TouchBrowserFrameView
 | 
|    TouchBrowserFrameView(BrowserFrame* frame, BrowserView* browser_view);
 | 
|    virtual ~TouchBrowserFrameView();
 | 
|  
 | 
| -   // sensors::Listener implementation
 | 
| -  virtual void OnScreenOrientationChanged(
 | 
| -      const sensors::ScreenOrientation& change) OVERRIDE;
 | 
| -
 | 
|   private:
 | 
|    // Overridden from views::View
 | 
|    virtual std::string GetClassName() const OVERRIDE;
 | 
| 
 |