| Index: remoting/protocol/socket_util.h
|
| diff --git a/remoting/jingle_glue/socket_util.h b/remoting/protocol/socket_util.h
|
| similarity index 82%
|
| rename from remoting/jingle_glue/socket_util.h
|
| rename to remoting/protocol/socket_util.h
|
| index ce087ae452ffc8d4d9cb22a1553e13c41aadcac6..1f9fff54dfdb61e27568cb9ffbea3a6dd074962e 100644
|
| --- a/remoting/jingle_glue/socket_util.h
|
| +++ b/remoting/protocol/socket_util.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_SOCKET_UTIL_H_
|
| -#define REMOTING_JINGLE_GLUE_SOCKET_UTIL_H_
|
| +#ifndef REMOTING_PROTOCOL_SOCKET_UTIL_H_
|
| +#define REMOTING_PROTOCOL_SOCKET_UTIL_H_
|
|
|
| namespace remoting {
|
|
|
| @@ -20,4 +20,4 @@ SocketErrorAction GetSocketErrorAction(int error);
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_JINGLE_GLUE_SOCKET_UTIL_H_
|
| +#endif // REMOTING_PROTOCOL_SOCKET_UTIL_H_
|
|
|