Index: chrome/browser/ui/passwords/manage_passwords_bubble_model.h |
diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h |
index e6ae6aad411751f65a901fa92cd771fbf5def1d2..1435bb58e7fe010173ae1cf6990b0fc4b0456036 100644 |
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h |
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h |
@@ -88,6 +88,8 @@ class ManagePasswordsBubbleModel : public content::WebContentsObserver { |
void set_state(password_manager::ui::State state) { state_ = state; } |
#endif |
+ using content::WebContentsObserver::web_contents; |
+ |
private: |
password_manager::ui::State state_; |
base::string16 title_; |