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

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: "Changed cstdint to stdint.h to compile on mac" 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
« no previous file with comments | « remoting/test/rgb_value.cc ('k') | remoting/test/test_video_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « remoting/test/rgb_value.cc ('k') | remoting/test/test_video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698