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

Side by Side Diff: remoting/test/test_chromoting_client.cc

Issue 1969053002: Fix include path for moved thread_task_runner_handle.h header in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: Created 4 years, 7 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/test/remote_host_info_fetcher.cc ('k') | remoting/test/test_video_renderer.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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 "remoting/test/test_chromoting_client.h" 5 #include "remoting/test/test_chromoting_client.h"
6 6
7 #include <string> 7 #include <string>
8 #include <utility> 8 #include <utility>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/logging.h" 11 #include "base/logging.h"
12 #include "base/memory/ptr_util.h" 12 #include "base/memory/ptr_util.h"
13 #include "base/thread_task_runner_handle.h" 13 #include "base/threading/thread_task_runner_handle.h"
14 #include "jingle/glue/thread_wrapper.h" 14 #include "jingle/glue/thread_wrapper.h"
15 #include "net/base/request_priority.h" 15 #include "net/base/request_priority.h"
16 #include "net/socket/client_socket_factory.h" 16 #include "net/socket/client_socket_factory.h"
17 #include "remoting/base/chromium_url_request.h" 17 #include "remoting/base/chromium_url_request.h"
18 #include "remoting/base/url_request_context_getter.h" 18 #include "remoting/base/url_request_context_getter.h"
19 #include "remoting/client/audio_player.h" 19 #include "remoting/client/audio_player.h"
20 #include "remoting/client/chromoting_client.h" 20 #include "remoting/client/chromoting_client.h"
21 #include "remoting/client/client_context.h" 21 #include "remoting/client/client_context.h"
22 #include "remoting/protocol/chromium_port_allocator_factory.h" 22 #include "remoting/protocol/chromium_port_allocator_factory.h"
23 #include "remoting/protocol/host_stub.h" 23 #include "remoting/protocol/host_stub.h"
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 VLOG(1) << "TestChromotingClient::InjectClipboardEvent() Called"; 271 VLOG(1) << "TestChromotingClient::InjectClipboardEvent() Called";
272 } 272 }
273 273
274 void TestChromotingClient::SetCursorShape( 274 void TestChromotingClient::SetCursorShape(
275 const protocol::CursorShapeInfo& cursor_shape) { 275 const protocol::CursorShapeInfo& cursor_shape) {
276 VLOG(1) << "TestChromotingClient::SetCursorShape() Called"; 276 VLOG(1) << "TestChromotingClient::SetCursorShape() Called";
277 } 277 }
278 278
279 } // namespace test 279 } // namespace test
280 } // namespace remoting 280 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/test/remote_host_info_fetcher.cc ('k') | remoting/test/test_video_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698