diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 21:14:07 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 21:14:07 +0000 |
commit | 88660de2dec3f11acde2e4664807fd39e2e7512e (patch) | |
tree | 1cf114009e2a71fb5b78d58c354fc8dccbe01afc /remoting/protocol | |
parent | b76470e25696f0bc515b09a88f76612597fc27ea (diff) | |
download | chromium_src-88660de2dec3f11acde2e4664807fd39e2e7512e.zip chromium_src-88660de2dec3f11acde2e4664807fd39e2e7512e.tar.gz chromium_src-88660de2dec3f11acde2e4664807fd39e2e7512e.tar.bz2 |
Fix invalid header guards in jingle_session(_manager)?.h
Review URL: https://chromiumcodereview.appspot.com/10825017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148410 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol')
-rw-r--r-- | remoting/protocol/jingle_session.h | 6 | ||||
-rw-r--r-- | remoting/protocol/jingle_session_manager.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h index 3fd6cdd..202fb05 100644 --- a/remoting/protocol/jingle_session.h +++ b/remoting/protocol/jingle_session.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_H_ -#define REMOTING_PROTOCOL_PEPPER_SESSION_H_ +#ifndef REMOTING_PROTOCOL_JINGLE_SESSION_H_ +#define REMOTING_PROTOCOL_JINGLE_SESSION_H_ #include <list> #include <map> @@ -152,4 +152,4 @@ class JingleSession : public Session, } // namespace protocol } // namespace remoting -#endif // REMOTING_PROTOCOL_PEPPER_SESSION_H_ +#endif // REMOTING_PROTOCOL_JINGLE_SESSION_H_ diff --git a/remoting/protocol/jingle_session_manager.h b/remoting/protocol/jingle_session_manager.h index 06ad35e..8b3900d 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_ |