| Index: chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.h b/chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.h
|
| index 67cdf78aaa66993813ba1935d77b0b23aafde01f..fbb2821407ff242105c540910d8c5cfcc00df6a2 100644
|
| --- a/chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.h
|
| @@ -12,7 +12,10 @@
|
| class LocationBarView;
|
| class OpenPDFInReaderBubbleView;
|
| class OpenPDFInReaderPromptDelegate;
|
| -class TabContents;
|
| +
|
| +namespace content {
|
| +class WebContents;
|
| +}
|
|
|
| // A Page Action image view for the "Open PDF in Reader" bubble.
|
| class OpenPDFInReaderView : public views::ImageView,
|
| @@ -22,7 +25,7 @@ class OpenPDFInReaderView : public views::ImageView,
|
| explicit OpenPDFInReaderView(LocationBarView* location_bar_view);
|
| virtual ~OpenPDFInReaderView();
|
|
|
| - void Update(TabContents* tab_contents);
|
| + void Update(content::WebContents* web_contents);
|
|
|
| // TouchableLocationBarView overrides:
|
| virtual int GetBuiltInHorizontalPadding() const OVERRIDE;
|
|
|