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

Unified Diff: public/platform/WebLocalCredential.h

Issue 776693002: Clean forward declaration in public (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix fakewebplugin Created 6 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
« no previous file with comments | « public/platform/WebLayerTreeView.h ('k') | public/platform/WebMediaPlayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLocalCredential.h
diff --git a/public/platform/WebLocalCredential.h b/public/platform/WebLocalCredential.h
index 89bdc351d0cf35e8c5c0b69afe63ba689b25bb1b..7f4494c8a4dad2675d6fd3f76cadcb6929c0151d 100644
--- a/public/platform/WebLocalCredential.h
+++ b/public/platform/WebLocalCredential.h
@@ -12,8 +12,6 @@
namespace blink {
-class PlatformLocalCredential;
-
class WebLocalCredential : public WebCredential {
public:
BLINK_PLATFORM_EXPORT WebLocalCredential(const WebString& id, const WebString& password, const WebString& name, const WebURL& avatarURL);
« no previous file with comments | « public/platform/WebLayerTreeView.h ('k') | public/platform/WebMediaPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698