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

Unified Diff: blimp/net/engine_authentication_handler_unittest.cc

Issue 2236093002: Decouple Blimp transport output from BlimpConnections using MessagePort. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@statistics-singleton
Patch Set: Created 4 years, 4 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/net/engine_authentication_handler_unittest.cc
diff --git a/blimp/net/engine_authentication_handler_unittest.cc b/blimp/net/engine_authentication_handler_unittest.cc
index a01b4531babb65cde8a386f67bb7f87abe611304..50433621d80993ef6c16722fe0acf3ee8ba230b5 100644
--- a/blimp/net/engine_authentication_handler_unittest.cc
+++ b/blimp/net/engine_authentication_handler_unittest.cc
@@ -3,7 +3,9 @@
// found in the LICENSE file.
#include <stddef.h>
+#include <memory>
#include <string>
+#include <utility>
#include "base/memory/ref_counted.h"
#include "base/test/test_mock_time_task_runner.h"

Powered by Google App Engine
This is Rietveld 408576698