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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/jingle_session.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/jingle_session_manager.h
diff --git a/remoting/protocol/jingle_session_manager.h b/remoting/protocol/jingle_session_manager.h
index 06ad35ec0f059e6f94cf1684f92b8aabae0d059d..8b3900d6bb200e2b887b61a282310608b0622947 100644
--- a/remoting/protocol/jingle_session_manager.h
+++ b/remoting/protocol/jingle_session_manager.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_PROTOCOL_PEPPER_SESSION_MANAGER_H_
-#define REMOTING_PROTOCOL_PEPPER_SESSION_MANAGER_H_
+#ifndef REMOTING_PROTOCOL_JINGLE_SESSION_MANAGER_H_
+#define REMOTING_PROTOCOL_JINGLE_SESSION_MANAGER_H_
#include <map>
#include <list>
@@ -109,4 +109,4 @@ class JingleSessionManager : public SessionManager,
} // namespace protocol
} // namespace remoting
-#endif // REMOTING_PROTOCOL_PEPPER_SESSION_MANAGER_H_
+#endif // REMOTING_PROTOCOL_JINGLE_SESSION_MANAGER_H_
« 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