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

Unified Diff: chrome/browser/autofill/test_autofill_external_delegate.h

Issue 10546054: TabContentsWrapper -> TabContents, part 5. (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
Index: chrome/browser/autofill/test_autofill_external_delegate.h
diff --git a/chrome/browser/autofill/test_autofill_external_delegate.h b/chrome/browser/autofill/test_autofill_external_delegate.h
index 59ea97fdc172ce308dd8de992d6df6a459597bda..45556c69f98ce453393ad38d89c10f594049a9b4 100644
--- a/chrome/browser/autofill/test_autofill_external_delegate.h
+++ b/chrome/browser/autofill/test_autofill_external_delegate.h
@@ -10,14 +10,13 @@
class AutofillManager;
class TabContents;
-typedef TabContents TabContentsWrapper;
// This test class is meant to give tests a base AutofillExternalDelegate
// class that requires no additional work to compile with (i.e. all the
// pure virtual functions have been giving empty methods).
class TestAutofillExternalDelegate : public AutofillExternalDelegate {
public:
- TestAutofillExternalDelegate(TabContentsWrapper* wrapper,
+ TestAutofillExternalDelegate(TabContents* tab_contents,
AutofillManager* autofill_manager);
virtual ~TestAutofillExternalDelegate();
« no previous file with comments | « chrome/browser/autofill/form_structure_browsertest.cc ('k') | chrome/browser/autofill/test_autofill_external_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698