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

Side by Side Diff: remoting/host/chromoting_host_unittest.cc

Issue 1165333003: Remove unnecessary message_loop_proxy.h includes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/host/heartbeat_sender_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/bind.h" 5 #include "base/bind.h"
6 #include "base/bind_helpers.h" 6 #include "base/bind_helpers.h"
7 #include "base/memory/scoped_ptr.h" 7 #include "base/memory/scoped_ptr.h"
8 #include "base/message_loop/message_loop_proxy.h"
9 #include "remoting/base/auto_thread_task_runner.h" 8 #include "remoting/base/auto_thread_task_runner.h"
10 #include "remoting/host/audio_capturer.h" 9 #include "remoting/host/audio_capturer.h"
11 #include "remoting/host/chromoting_host.h" 10 #include "remoting/host/chromoting_host.h"
12 #include "remoting/host/chromoting_host_context.h" 11 #include "remoting/host/chromoting_host_context.h"
13 #include "remoting/host/desktop_environment.h" 12 #include "remoting/host/desktop_environment.h"
14 #include "remoting/host/fake_desktop_capturer.h" 13 #include "remoting/host/fake_desktop_capturer.h"
15 #include "remoting/host/fake_mouse_cursor_monitor.h" 14 #include "remoting/host/fake_mouse_cursor_monitor.h"
16 #include "remoting/host/host_mock_objects.h" 15 #include "remoting/host/host_mock_objects.h"
17 #include "remoting/proto/video.pb.h" 16 #include "remoting/proto/video.pb.h"
18 #include "remoting/protocol/errors.h" 17 #include "remoting/protocol/errors.h"
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 ExpectClientDisconnected(0, true, video_packet_sent, 706 ExpectClientDisconnected(0, true, video_packet_sent,
708 InvokeWithoutArgs(this, &ChromotingHostTest::ShutdownHost)); 707 InvokeWithoutArgs(this, &ChromotingHostTest::ShutdownHost));
709 EXPECT_CALL(host_status_observer_, OnShutdown()); 708 EXPECT_CALL(host_status_observer_, OnShutdown());
710 709
711 host_->Start(xmpp_login_); 710 host_->Start(xmpp_login_);
712 SimulateClientConnection(0, true, false); 711 SimulateClientConnection(0, true, false);
713 message_loop_.Run(); 712 message_loop_.Run();
714 } 713 }
715 714
716 } // namespace remoting 715 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/host/heartbeat_sender_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698