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

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

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/password_manager/password_store.h
diff --git a/chrome/browser/password_manager/password_store.h b/chrome/browser/password_manager/password_store.h
index 6b538d9dd0696e652bd6a529c7a11400c5bb08ed..4ab5575f02efe3ad8b8b4601dc384285634bb3d6 100644
--- a/chrome/browser/password_manager/password_store.h
+++ b/chrome/browser/password_manager/password_store.h
@@ -85,7 +85,7 @@ class PasswordStore : public base::RefCountedThreadSafe<PasswordStore> {
friend class browser_sync::PasswordModelWorker;
friend class LivePasswordsSyncTest;
- virtual ~PasswordStore() {}
+ virtual ~PasswordStore();
// Simple container class that represents a login lookup request.
class GetLoginsRequest {

Powered by Google App Engine
This is Rietveld 408576698