OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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_HOST_CLIPBOARD_AURA_H_ | 5 #ifndef REMOTING_HOST_CLIPBOARD_AURA_H_ |
6 #define REMOTING_HOST_CLIPBOARD_AURA_H_ | 6 #define REMOTING_HOST_CLIPBOARD_AURA_H_ |
7 | 7 |
8 #include "base/memory/scoped_ptr.h" | 8 #include "base/memory/scoped_ptr.h" |
9 #include "base/single_thread_task_runner.h" | 9 #include "base/single_thread_task_runner.h" |
10 #include "remoting/host/clipboard.h" | 10 #include "remoting/host/clipboard.h" |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 | 45 |
46 scoped_ptr<Core> core_; | 46 scoped_ptr<Core> core_; |
47 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_; | 47 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_; |
48 | 48 |
49 DISALLOW_COPY_AND_ASSIGN(ClipboardAura); | 49 DISALLOW_COPY_AND_ASSIGN(ClipboardAura); |
50 }; | 50 }; |
51 | 51 |
52 } // namespace remoting | 52 } // namespace remoting |
53 | 53 |
54 #endif // REMOTING_HOST_CLIPBOARD_AURA_H_ | 54 #endif // REMOTING_HOST_CLIPBOARD_AURA_H_ |
OLD | NEW |