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

Unified Diff: chrome/browser/password_manager/password_manager_delegate_impl.h

Issue 10542078: TabContentsWrapper -> TabContents, part 22. (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 | « no previous file | chrome/browser/password_manager/password_manager_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/password_manager_delegate_impl.h
diff --git a/chrome/browser/password_manager/password_manager_delegate_impl.h b/chrome/browser/password_manager/password_manager_delegate_impl.h
index 1cac93c7b47a67f5101e8bc3e67e84a04a7caa99..5e652e2b69f3feba12a2e6097d473bd554a38bf7 100644
--- a/chrome/browser/password_manager/password_manager_delegate_impl.h
+++ b/chrome/browser/password_manager/password_manager_delegate_impl.h
@@ -11,11 +11,10 @@
#include "chrome/browser/password_manager/password_manager_delegate.h"
class TabContents;
-typedef TabContents TabContentsWrapper;
class PasswordManagerDelegateImpl : public PasswordManagerDelegate {
public:
- explicit PasswordManagerDelegateImpl(TabContentsWrapper* contents)
+ explicit PasswordManagerDelegateImpl(TabContents* contents)
: tab_contents_(contents) {}
// PasswordManagerDelegate implementation.
@@ -27,7 +26,7 @@ class PasswordManagerDelegateImpl : public PasswordManagerDelegate {
virtual bool DidLastPageLoadEncounterSSLErrors() OVERRIDE;
private:
- TabContentsWrapper* tab_contents_;
+ TabContents* tab_contents_;
DISALLOW_COPY_AND_ASSIGN(PasswordManagerDelegateImpl);
};
« no previous file with comments | « no previous file | chrome/browser/password_manager/password_manager_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698