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

Unified Diff: components/password_manager/core/browser/password_store.h

Issue 884123003: password_store.h: Remove unused declarations and #includes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/password_store.h
diff --git a/components/password_manager/core/browser/password_store.h b/components/password_manager/core/browser/password_store.h
index fb7d3bb25819c1b3939f1e46d83efc67543dc1e9..8b7130c887fe944fa8e5065d72c84e8ac1e858c4 100644
--- a/components/password_manager/core/browser/password_store.h
+++ b/components/password_manager/core/browser/password_store.h
@@ -8,7 +8,6 @@
#include <vector>
#include "base/callback.h"
-#include "base/gtest_prod_util.h"
engedy 2015/02/05 17:18:43 I think we need it for the FRIEND_TEST_ALL_PREFIXE
vabr (Chromium) 2015/02/05 17:20:05 The only such declaration I found in the header is
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/scoped_vector.h"
@@ -20,32 +19,16 @@
#include "components/password_manager/core/browser/password_store_sync.h"
#include "sync/api/syncable_service.h"
-class Task;
-
namespace autofill {
struct PasswordForm;
}
-namespace password_manager {
-class PasswordStore;
-} // namespace password_manager
-
-namespace passwords_helper {
-void AddLogin(password_manager::PasswordStore* store,
- const autofill::PasswordForm& form);
-void RemoveLogin(password_manager::PasswordStore* store,
- const autofill::PasswordForm& form);
-void UpdateLogin(password_manager::PasswordStore* store,
- const autofill::PasswordForm& form);
-}
-
namespace syncer {
class SyncableService;
}
namespace password_manager {
-class PasswordManagerClient;
class PasswordStoreConsumer;
class PasswordSyncableService;
@@ -188,7 +171,6 @@ class PasswordStore : protected PasswordStoreSync,
protected:
friend class base::RefCountedThreadSafe<PasswordStore>;
- FRIEND_TEST_ALL_PREFIXES(PasswordStoreTest, IgnoreOldWwwGoogleLogins);
typedef base::Callback<PasswordStoreChangeList(void)> ModificationTask;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698