| Index: shell/domain_socket/net_errors.h
|
| diff --git a/mojo/shell/domain_socket/net_errors.h b/shell/domain_socket/net_errors.h
|
| similarity index 75%
|
| rename from mojo/shell/domain_socket/net_errors.h
|
| rename to shell/domain_socket/net_errors.h
|
| index 2db97da2ea90d418ad100cee960560f5bb2157e7..997705d5bc0dd35344e19c5086f7c9175a59fa7c 100644
|
| --- a/mojo/shell/domain_socket/net_errors.h
|
| +++ b/shell/domain_socket/net_errors.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 MOJO_SHELL_DOMAIN_SOCKET_NET_ERRORS_H__
|
| -#define MOJO_SHELL_DOMAIN_SOCKET_NET_ERRORS_H__
|
| +#ifndef SHELL_DOMAIN_SOCKET_NET_ERRORS_H__
|
| +#define SHELL_DOMAIN_SOCKET_NET_ERRORS_H__
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -20,8 +20,8 @@ enum Error {
|
| // No error.
|
| OK = 0,
|
|
|
| -#define NET_ERROR(label, value) ERR_ ## label = value,
|
| -#include "mojo/shell/domain_socket/net_error_list.h"
|
| +#define NET_ERROR(label, value) ERR_##label = value,
|
| +#include "shell/domain_socket/net_error_list.h"
|
| #undef NET_ERROR
|
|
|
| };
|
| @@ -39,4 +39,4 @@ Error MapSystemError(int os_error);
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_DOMAIN_SOCKET_NET_ERRORS_H__
|
| +#endif // SHELL_DOMAIN_SOCKET_NET_ERRORS_H__
|
|
|