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

Side by Side Diff: remoting/client/plugin/chromoting_instance.h

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/base/socket_reader.cc ('k') | remoting/client/plugin/pepper_network_manager.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 #ifndef REMOTING_CLIENT_PLUGIN_CHROMOTING_INSTANCE_H_ 5 #ifndef REMOTING_CLIENT_PLUGIN_CHROMOTING_INSTANCE_H_
6 #define REMOTING_CLIENT_PLUGIN_CHROMOTING_INSTANCE_H_ 6 #define REMOTING_CLIENT_PLUGIN_CHROMOTING_INSTANCE_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include <memory> 11 #include <memory>
12 #include <string> 12 #include <string>
13 13
14 #include "base/macros.h" 14 #include "base/macros.h"
15 #include "base/memory/weak_ptr.h" 15 #include "base/memory/weak_ptr.h"
16 #include "base/thread_task_runner_handle.h" 16 #include "base/threading/thread_task_runner_handle.h"
17 #include "ppapi/c/pp_instance.h" 17 #include "ppapi/c/pp_instance.h"
18 #include "ppapi/c/pp_rect.h" 18 #include "ppapi/c/pp_rect.h"
19 #include "ppapi/c/pp_resource.h" 19 #include "ppapi/c/pp_resource.h"
20 #include "ppapi/cpp/instance.h" 20 #include "ppapi/cpp/instance.h"
21 #include "ppapi/cpp/text_input_controller.h" 21 #include "ppapi/cpp/text_input_controller.h"
22 #include "ppapi/cpp/var.h" 22 #include "ppapi/cpp/var.h"
23 #include "remoting/client/client_context.h" 23 #include "remoting/client/client_context.h"
24 #include "remoting/client/client_user_interface.h" 24 #include "remoting/client/client_user_interface.h"
25 #include "remoting/client/empty_cursor_filter.h" 25 #include "remoting/client/empty_cursor_filter.h"
26 #include "remoting/client/key_event_mapper.h" 26 #include "remoting/client/key_event_mapper.h"
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 290
291 // Weak reference to this instance, used for global logging and task posting. 291 // Weak reference to this instance, used for global logging and task posting.
292 base::WeakPtrFactory<ChromotingInstance> weak_factory_; 292 base::WeakPtrFactory<ChromotingInstance> weak_factory_;
293 293
294 DISALLOW_COPY_AND_ASSIGN(ChromotingInstance); 294 DISALLOW_COPY_AND_ASSIGN(ChromotingInstance);
295 }; 295 };
296 296
297 } // namespace remoting 297 } // namespace remoting
298 298
299 #endif // REMOTING_CLIENT_PLUGIN_CHROMOTING_INSTANCE_H_ 299 #endif // REMOTING_CLIENT_PLUGIN_CHROMOTING_INSTANCE_H_
OLDNEW
« no previous file with comments | « remoting/base/socket_reader.cc ('k') | remoting/client/plugin/pepper_network_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698