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

Unified Diff: shell/domain_socket/net_errors.h

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « shell/domain_socket/net_error_list.h ('k') | shell/domain_socket/net_errors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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__
« no previous file with comments | « shell/domain_socket/net_error_list.h ('k') | shell/domain_socket/net_errors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698