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

Side by Side Diff: remoting/host/register_support_host_request.h

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « remoting/base/plugin_thread_task_runner.h ('k') | remoting/protocol/connection_tester.h » ('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_HOST_REGISTER_SUPPORT_HOST_REQUEST_H_ 5 #ifndef REMOTING_HOST_REGISTER_SUPPORT_HOST_REQUEST_H_
6 #define REMOTING_HOST_REGISTER_SUPPORT_HOST_REQUEST_H_ 6 #define REMOTING_HOST_REGISTER_SUPPORT_HOST_REQUEST_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "remoting/base/rsa_key_pair.h" 13 #include "remoting/base/rsa_key_pair.h"
14 #include "remoting/jingle_glue/signal_strategy.h" 14 #include "remoting/jingle_glue/signal_strategy.h"
15 #include "testing/gtest/include/gtest/gtest_prod.h" 15 #include "testing/gtest/include/gtest/gtest_prod.h"
16 16
17 class MessageLoop;
18
19 namespace buzz { 17 namespace buzz {
20 class XmlElement; 18 class XmlElement;
21 } // namespace buzz 19 } // namespace buzz
22 20
23 namespace base { 21 namespace base {
24 class TimeDelta; 22 class TimeDelta;
25 } // namespace base 23 } // namespace base
26 24
27 namespace remoting { 25 namespace remoting {
28 26
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 79
82 scoped_ptr<IqSender> iq_sender_; 80 scoped_ptr<IqSender> iq_sender_;
83 scoped_ptr<IqRequest> request_; 81 scoped_ptr<IqRequest> request_;
84 82
85 DISALLOW_COPY_AND_ASSIGN(RegisterSupportHostRequest); 83 DISALLOW_COPY_AND_ASSIGN(RegisterSupportHostRequest);
86 }; 84 };
87 85
88 } // namespace remoting 86 } // namespace remoting
89 87
90 #endif // REMOTING_HOST_REGISTER_SUPPORT_HOST_REQUEST_H_ 88 #endif // REMOTING_HOST_REGISTER_SUPPORT_HOST_REQUEST_H_
OLDNEW
« no previous file with comments | « remoting/base/plugin_thread_task_runner.h ('k') | remoting/protocol/connection_tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698