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

Unified Diff: chrome/browser/ui/webui/signin/inline_login_handler.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration 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: chrome/browser/ui/webui/signin/inline_login_handler.h
diff --git a/chrome/browser/ui/webui/signin/inline_login_handler.h b/chrome/browser/ui/webui/signin/inline_login_handler.h
index e5978e84b0f8a8429176e5e2e8077b2ada850bea..51bbdbe229fd18f86a72a6988eebe46776a43f13 100644
--- a/chrome/browser/ui/webui/signin/inline_login_handler.h
+++ b/chrome/browser/ui/webui/signin/inline_login_handler.h
@@ -9,6 +9,10 @@
#include "base/memory/weak_ptr.h"
#include "content/public/browser/web_ui_message_handler.h"
+namespace base {
+class DictionaryValue;
+}
+
namespace signin_metrics {
enum class AccessPoint;
}

Powered by Google App Engine
This is Rietveld 408576698