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

Side by Side Diff: remoting/protocol/jingle_session_manager.h

Issue 10825017: Fix invalid header guards in jingle_session(_manager)?.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/protocol/jingle_session.h ('k') | no next file » | 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_PROTOCOL_PEPPER_SESSION_MANAGER_H_ 5 #ifndef REMOTING_PROTOCOL_JINGLE_SESSION_MANAGER_H_
6 #define REMOTING_PROTOCOL_PEPPER_SESSION_MANAGER_H_ 6 #define REMOTING_PROTOCOL_JINGLE_SESSION_MANAGER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <list> 9 #include <list>
10 #include <string> 10 #include <string>
11 11
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "net/base/x509_certificate.h" 13 #include "net/base/x509_certificate.h"
14 #include "remoting/jingle_glue/signal_strategy.h" 14 #include "remoting/jingle_glue/signal_strategy.h"
15 #include "remoting/protocol/jingle_messages.h" 15 #include "remoting/protocol/jingle_messages.h"
16 #include "remoting/protocol/session_manager.h" 16 #include "remoting/protocol/session_manager.h"
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 scoped_ptr<JingleInfoRequest> jingle_info_request_; 102 scoped_ptr<JingleInfoRequest> jingle_info_request_;
103 103
104 SessionsMap sessions_; 104 SessionsMap sessions_;
105 105
106 DISALLOW_COPY_AND_ASSIGN(JingleSessionManager); 106 DISALLOW_COPY_AND_ASSIGN(JingleSessionManager);
107 }; 107 };
108 108
109 } // namespace protocol 109 } // namespace protocol
110 } // namespace remoting 110 } // namespace remoting
111 111
112 #endif // REMOTING_PROTOCOL_PEPPER_SESSION_MANAGER_H_ 112 #endif // REMOTING_PROTOCOL_JINGLE_SESSION_MANAGER_H_
OLDNEW
« no previous file with comments | « remoting/protocol/jingle_session.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698