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

Side by Side Diff: remoting/test/app_remoting_connected_client_fixture.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/access_token_fetcher.cc ('k') | remoting/test/app_remoting_connection_helper.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/app_remoting_connected_client_fixture.h" 5 #include "remoting/test/app_remoting_connected_client_fixture.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/callback_helpers.h" 9 #include "base/callback_helpers.h"
10 #include "base/json/json_reader.h" 10 #include "base/json/json_reader.h"
11 #include "base/logging.h" 11 #include "base/logging.h"
12 #include "base/run_loop.h" 12 #include "base/run_loop.h"
13 #include "base/thread_task_runner_handle.h" 13 #include "base/threading/thread_task_runner_handle.h"
14 #include "base/timer/timer.h" 14 #include "base/timer/timer.h"
15 #include "base/values.h" 15 #include "base/values.h"
16 #include "remoting/protocol/host_stub.h" 16 #include "remoting/protocol/host_stub.h"
17 #include "remoting/test/app_remoting_connection_helper.h" 17 #include "remoting/test/app_remoting_connection_helper.h"
18 #include "remoting/test/app_remoting_test_driver_environment.h" 18 #include "remoting/test/app_remoting_test_driver_environment.h"
19 #include "remoting/test/remote_application_details.h" 19 #include "remoting/test/remote_application_details.h"
20 #include "remoting/test/test_chromoting_client.h" 20 #include "remoting/test/test_chromoting_client.h"
21 21
22 namespace { 22 namespace {
23 23
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 101
102 run_loop_->Run(); 102 run_loop_->Run();
103 timer_->Stop(); 103 timer_->Stop();
104 host_message_received_callback_.Reset(); 104 host_message_received_callback_.Reset();
105 105
106 return message_received; 106 return message_received;
107 } 107 }
108 108
109 } // namespace test 109 } // namespace test
110 } // namespace remoting 110 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/test/access_token_fetcher.cc ('k') | remoting/test/app_remoting_connection_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698