| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 2d411220267cf55407e70ac31f4fd82fe91e9dec..8e0ced59908a204f1ba6ac97079394321fa6749b 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -31,7 +31,6 @@
|
| #endif
|
|
|
| class ActionBoxButtonView;
|
| -class ChromeToMobileView;
|
| class CommandUpdater;
|
| class ContentSettingBubbleModelDelegate;
|
| class ContentSettingImageView;
|
| @@ -529,9 +528,6 @@ class LocationBarView : public LocationBar,
|
| // The action box button (plus).
|
| ActionBoxButtonView* action_box_button_view_;
|
|
|
| - // The Chrome To Mobile page action icon view.
|
| - ChromeToMobileView* chrome_to_mobile_view_;
|
| -
|
| // The mode that dictates how the bar shows.
|
| Mode mode_;
|
|
|
|
|