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

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

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
« no previous file with comments | « chrome/browser/autofill/test_autofill_external_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/test_autofill_external_delegate.cc
diff --git a/chrome/browser/autofill/test_autofill_external_delegate.cc b/chrome/browser/autofill/test_autofill_external_delegate.cc
index 6e824706436be841f370501509feed8660a76f73..681547782edc92c7da2f94f1c485e0cefd2c12f9 100644
--- a/chrome/browser/autofill/test_autofill_external_delegate.cc
+++ b/chrome/browser/autofill/test_autofill_external_delegate.cc
@@ -5,8 +5,8 @@
#include "chrome/browser/autofill/test_autofill_external_delegate.h"
TestAutofillExternalDelegate::TestAutofillExternalDelegate(
- TabContentsWrapper* wrapper, AutofillManager* autofill_manager) :
- AutofillExternalDelegate(wrapper, autofill_manager) {}
+ TabContents* tab_contents, AutofillManager* autofill_manager) :
+ AutofillExternalDelegate(tab_contents, autofill_manager) {}
TestAutofillExternalDelegate::~TestAutofillExternalDelegate() {}
« no previous file with comments | « chrome/browser/autofill/test_autofill_external_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698