| Index: remoting/signaling/server_log_entry.h
|
| diff --git a/remoting/jingle_glue/server_log_entry.h b/remoting/signaling/server_log_entry.h
|
| similarity index 91%
|
| rename from remoting/jingle_glue/server_log_entry.h
|
| rename to remoting/signaling/server_log_entry.h
|
| index ab2314df6fc071b39282236f5b448aa94b9df81c..f1b0ece54f28f47598e1f18df1efef9467e725ea 100644
|
| --- a/remoting/jingle_glue/server_log_entry.h
|
| +++ b/remoting/signaling/server_log_entry.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_JINGLE_GLUE_SERVER_LOG_ENTRY_H_
|
| -#define REMOTING_JINGLE_GLUE_SERVER_LOG_ENTRY_H_
|
| +#ifndef REMOTING_SIGNALING_SERVER_LOG_ENTRY_H_
|
| +#define REMOTING_SIGNALING_SERVER_LOG_ENTRY_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -61,4 +61,4 @@ class ServerLogEntry {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_JINGLE_GLUE_SERVER_LOG_ENTRY_H_
|
| +#endif // REMOTING_SIGNALING_SERVER_LOG_ENTRY_H_
|
|
|