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

Unified Diff: components/password_manager/content/browser/content_password_manager_driver.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 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/content/browser/content_password_manager_driver.h
diff --git a/components/password_manager/content/browser/content_password_manager_driver.h b/components/password_manager/content/browser/content_password_manager_driver.h
index 77df860ab1876f8b38b7b28cadbe005a960fd8a7..907f511537a9c797b5512e24ed97794d24d38e4a 100644
--- a/components/password_manager/content/browser/content_password_manager_driver.h
+++ b/components/password_manager/content/browser/content_password_manager_driver.h
@@ -23,7 +23,6 @@
#include "third_party/WebKit/public/platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom.h"
namespace autofill {
-class AutofillManager;
struct PasswordForm;
}
@@ -31,11 +30,6 @@ namespace content {
struct FrameNavigateParams;
struct LoadCommittedDetails;
class RenderFrameHost;
-class WebContents;
-}
-
-namespace IPC {
-class Message;
}
namespace password_manager {

Powered by Google App Engine
This is Rietveld 408576698