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

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

Issue 723033002: Eliminate unnecessary forward declarations from components/password_manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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: components/password_manager/core/browser/test_password_store.h
diff --git a/components/password_manager/core/browser/test_password_store.h b/components/password_manager/core/browser/test_password_store.h
index fa523a3ae0983349536dbd712d5cded60ca1ddbc..e28a474ab4e18bf74f52312cfcc379771411440b 100644
--- a/components/password_manager/core/browser/test_password_store.h
+++ b/components/password_manager/core/browser/test_password_store.h
@@ -12,10 +12,6 @@
#include "base/memory/ref_counted.h"
#include "components/password_manager/core/browser/password_store.h"
-namespace content {
-class BrowserContext;
-}
-
namespace password_manager {
// A very simple PasswordStore implementation that keeps all of the passwords

Powered by Google App Engine
This is Rietveld 408576698