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

Unified Diff: remoting/test/test_chromoting_client.cc

Issue 1253613002: Updated latency fixture and refactored connection helper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Updated naming for accessor of test_chromoting_client_" Created 5 years, 5 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: remoting/test/test_chromoting_client.cc
diff --git a/remoting/test/test_chromoting_client.cc b/remoting/test/test_chromoting_client.cc
index d838ba3a7986d363609e23777dedede28d182e5f..a2a102fb9c2965a3061dc8eca2d1556be19969eb 100644
--- a/remoting/test/test_chromoting_client.cc
+++ b/remoting/test/test_chromoting_client.cc
@@ -133,8 +133,7 @@ namespace test {
TestChromotingClient::TestChromotingClient()
: connection_to_host_state_(protocol::ConnectionToHost::INITIALIZING),
- connection_error_code_(protocol::OK) {
-}
+ connection_error_code_(protocol::OK) {}
TestChromotingClient::TestChromotingClient(
scoped_ptr<VideoRenderer> video_renderer)

Powered by Google App Engine
This is Rietveld 408576698