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

Unified Diff: Source/modules/credentialmanager/Credential.h

Issue 651503002: Clean up forward declarations in Source/modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months 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: Source/modules/credentialmanager/Credential.h
diff --git a/Source/modules/credentialmanager/Credential.h b/Source/modules/credentialmanager/Credential.h
index 5e195eeb27e3c6812c47b188bad14dd27b3f0bd9..d52f705d4c2796709e7ee7eedc706cd9acbbafb7 100644
--- a/Source/modules/credentialmanager/Credential.h
+++ b/Source/modules/credentialmanager/Credential.h
@@ -6,14 +6,11 @@
#define Credential_h
#include "bindings/core/v8/ScriptWrappable.h"
-#include "bindings/core/v8/SerializedScriptValue.h"
#include "platform/credentialmanager/PlatformCredential.h"
-#include "platform/heap/Handle.h"
Mike West 2014/10/11 10:53:05 Dropping Handle.h here seems wrong; the class is G
zhaoze.zhou 2014/10/13 16:51:00 Done.
#include "platform/weborigin/KURL.h"
namespace blink {
-class WebCredential;
class ExceptionState;
class Credential : public GarbageCollected<Credential>, public ScriptWrappable {

Powered by Google App Engine
This is Rietveld 408576698