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

Unified Diff: chrome/test/base/test_tab_strip_model_observer.h

Issue 10537062: TabContentsWrapper -> TabContents, part 13. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fiz 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
Index: chrome/test/base/test_tab_strip_model_observer.h
diff --git a/chrome/test/base/test_tab_strip_model_observer.h b/chrome/test/base/test_tab_strip_model_observer.h
index 03aa7a9194b09705903da3121b12c79810cb32f4..b060a73482c915cf1854049e57726ed5a43a58d5 100644
--- a/chrome/test/base/test_tab_strip_model_observer.h
+++ b/chrome/test/base/test_tab_strip_model_observer.h
@@ -31,10 +31,10 @@ class TestTabStripModelObserver : public content::TestNavigationObserver,
private:
// Callback to observer the print preview tab associated with |contents|.
- void ObservePrintPreviewTabContents(TabContentsWrapper* contents);
+ void ObservePrintPreviewTabContents(TabContents* contents);
// TabStripModelObserver:
- virtual void TabBlockedStateChanged(TabContentsWrapper* contents,
+ virtual void TabBlockedStateChanged(TabContents* contents,
int index) OVERRIDE;
// |tab_strip_model_| is the object this observes. The constructor will
« no previous file with comments | « chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc ('k') | chrome/test/base/test_tab_strip_model_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698