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

Unified Diff: chrome/browser/login_model.h

Issue 179028: Revert "Fix a ton of compiler warnings." (Closed)
Patch Set: Created 11 years, 4 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/location_bar.h ('k') | chrome/browser/login_prompt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/login_model.h
diff --git a/chrome/browser/login_model.h b/chrome/browser/login_model.h
index 6d764bec9672f2e4fe2c0a37648c19b24f965331..cbd2fef2e0e2451e11dbca5ad6063fed7eb7c334 100644
--- a/chrome/browser/login_model.h
+++ b/chrome/browser/login_model.h
@@ -15,8 +15,6 @@ class LoginModelObserver {
// as a match for the pending login prompt.
virtual void OnAutofillDataAvailable(const std::wstring& username,
const std::wstring& password) = 0;
- protected:
- ~LoginModelObserver() {}
};
class LoginModel {
@@ -25,8 +23,6 @@ class LoginModel {
// observer can be null, signifying there is no longer any observer
// interested in the data.
virtual void SetObserver(LoginModelObserver* observer) = 0;
- protected:
- ~LoginModel() {}
};
#endif // CHROME_BROWSER_LOGIN_MODEL_H_
« no previous file with comments | « chrome/browser/location_bar.h ('k') | chrome/browser/login_prompt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698