| Index: chrome/browser/ui/pdf/pdf_unsupported_feature.h
|
| diff --git a/chrome/browser/ui/pdf/pdf_unsupported_feature.h b/chrome/browser/ui/pdf/pdf_unsupported_feature.h
|
| index 7c0c7df593690d714d3e053679d3c5e756cc80bf..3d9d3a88b61b8de5bd81e0c99edf5285e03eda2d 100644
|
| --- a/chrome/browser/ui/pdf/pdf_unsupported_feature.h
|
| +++ b/chrome/browser/ui/pdf/pdf_unsupported_feature.h
|
| @@ -9,12 +9,11 @@
|
| #include "base/basictypes.h"
|
|
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
|
|
| // Call this when a tab encounters a PDF that has features which our internal
|
| // viewer doesn't support. Will take care of puting up an infobar to inform the
|
| // user and launch Reader if they choose. If Reader is out of date, it will put
|
| // up an interstitial.
|
| -void PDFHasUnsupportedFeature(TabContentsWrapper* tab);
|
| +void PDFHasUnsupportedFeature(TabContents* tab);
|
|
|
| #endif // CHROME_BROWSER_UI_PDF_PDF_UNSUPPORTED_FEATURE_H_
|
|
|