Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3609)

Unified Diff: chrome/browser/ui/pdf/pdf_unsupported_feature.h

Issue 10528002: TabContentsWrapper -> TabContents, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/pdf/pdf_tab_observer.h ('k') | chrome/browser/ui/snapshot_tab_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c42380d8b7d038f56ca6ddc344c9464e6605a2c9..7c0c7df593690d714d3e053679d3c5e756cc80bf 100644
--- a/chrome/browser/ui/pdf/pdf_unsupported_feature.h
+++ b/chrome/browser/ui/pdf/pdf_unsupported_feature.h
@@ -8,7 +8,8 @@
#include "base/basictypes.h"
-class TabContentsWrapper;
+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
« no previous file with comments | « chrome/browser/ui/pdf/pdf_tab_observer.h ('k') | chrome/browser/ui/snapshot_tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698