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

Unified Diff: ios/chrome/browser/passwords/js_credential_manager.h

Issue 2544293002: ios: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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: ios/chrome/browser/passwords/js_credential_manager.h
diff --git a/ios/chrome/browser/passwords/js_credential_manager.h b/ios/chrome/browser/passwords/js_credential_manager.h
index d6d34900829f61a5b315b0e23ed63dd0b94af354..93db995128435a7e901be67734da10b449e1b7dd 100644
--- a/ios/chrome/browser/passwords/js_credential_manager.h
+++ b/ios/chrome/browser/passwords/js_credential_manager.h
@@ -8,10 +8,6 @@
#include "ios/web/public/web_state/credential.h"
#import "ios/web/public/web_state/js/crw_js_injection_manager.h"
-namespace base {
-class DictionaryValue;
-} // namespace base
-
// Constants for rejecting requests.
extern const char kCredentialsPendingRequestErrorType[];
extern const char kCredentialsPendingRequestErrorMessage[];

Powered by Google App Engine
This is Rietveld 408576698