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

Unified Diff: chrome/browser/autofill/autofill_external_delegate_gtk.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/autofill_external_delegate_gtk.h
diff --git a/chrome/browser/autofill/autofill_external_delegate_gtk.h b/chrome/browser/autofill/autofill_external_delegate_gtk.h
index 4026e62593152886687d68240561f7d2934c0049..c8d39fa6315b175506bc774876c2519959880a56 100644
--- a/chrome/browser/autofill/autofill_external_delegate_gtk.h
+++ b/chrome/browser/autofill/autofill_external_delegate_gtk.h
@@ -21,7 +21,7 @@ class WebContents;
class AutofillExternalDelegateGtk : public AutofillExternalDelegate {
public:
- AutofillExternalDelegateGtk(TabContentsWrapper* tab_contents_wrapper,
+ AutofillExternalDelegateGtk(TabContents* tab_contents,
AutofillManager* autofill_manager);
virtual ~AutofillExternalDelegateGtk();

Powered by Google App Engine
This is Rietveld 408576698