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

Unified Diff: components/password_manager/core/browser/password_manager_internals_service.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/password_manager_internals_service.h
diff --git a/components/password_manager/core/browser/password_manager_internals_service.h b/components/password_manager/core/browser/password_manager_internals_service.h
index bc7b3113d0f1bea1b96f88e630558f9ec70e58d9..34a4c9a15b15609d514ed2b4336ca4c3d483e10b 100644
--- a/components/password_manager/core/browser/password_manager_internals_service.h
+++ b/components/password_manager/core/browser/password_manager_internals_service.h
@@ -10,10 +10,6 @@
#include "components/keyed_service/core/keyed_service.h"
#include "components/password_manager/core/browser/log_router.h"
-namespace content {
-class BrowserContext;
-}
-
namespace password_manager {
// Collects the logs for the password manager internals page and distributes

Powered by Google App Engine
This is Rietveld 408576698