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

Unified Diff: blimp/client/public/session/assignment.h

Issue 2322843002: Propagate connection info to Blimp android UI. (Closed)
Patch Set: git cl format.... Created 4 years, 3 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: blimp/client/public/session/assignment.h
diff --git a/blimp/client/public/session/assignment.h b/blimp/client/public/session/assignment.h
index de6cd25672fc4d230976df798c382ec74df773d5..92caf4ab189d69e5a0f28c96133a984de6416310 100644
--- a/blimp/client/public/session/assignment.h
+++ b/blimp/client/public/session/assignment.h
@@ -9,10 +9,7 @@
#include "base/memory/ref_counted.h"
#include "net/base/ip_endpoint.h"
-
-namespace net {
-class X509Certificate;
-}
+#include "net/cert/x509_certificate.h"
David Trainor- moved to gerrit 2016/09/13 05:54:51 why remove forward declare?
xingliu 2016/09/13 18:36:15 Done.
namespace blimp {
namespace client {

Powered by Google App Engine
This is Rietveld 408576698