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

Unified Diff: shell/domain_socket/test_completion_callback.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/socket_libevent.cc ('k') | shell/domain_socket/test_completion_callback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/domain_socket/test_completion_callback.h
diff --git a/mojo/shell/domain_socket/test_completion_callback.h b/shell/domain_socket/test_completion_callback.h
similarity index 91%
rename from mojo/shell/domain_socket/test_completion_callback.h
rename to shell/domain_socket/test_completion_callback.h
index 01b3d536eba0c5f47755ba10420b17701447f346..5c3a5f1c82d154a5afcdc29025ceb98e7dbed0ac 100644
--- a/mojo/shell/domain_socket/test_completion_callback.h
+++ b/shell/domain_socket/test_completion_callback.h
@@ -2,13 +2,13 @@
// 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_TEST_COMPLETION_CALLBACK_H_
-#define MOJO_SHELL_DOMAIN_SOCKET_TEST_COMPLETION_CALLBACK_H_
+#ifndef SHELL_DOMAIN_SOCKET_TEST_COMPLETION_CALLBACK_H_
+#define SHELL_DOMAIN_SOCKET_TEST_COMPLETION_CALLBACK_H_
#include "base/compiler_specific.h"
#include "base/tuple.h"
-#include "mojo/shell/domain_socket/completion_callback.h"
-#include "mojo/shell/domain_socket/net_errors.h"
+#include "shell/domain_socket/completion_callback.h"
+#include "shell/domain_socket/net_errors.h"
//-----------------------------------------------------------------------------
// completion callback helper
@@ -112,4 +112,4 @@ class TestInt64CompletionCallback : public TestInt64CompletionCallbackBase {
} // namespace shell
} // namespace mojo
-#endif // NET_BASE_TEST_COMPLETION_CALLBACK_H_
+#endif // SHELL_DOMAIN_SOCKET_TEST_COMPLETION_CALLBACK_H_
« no previous file with comments | « shell/domain_socket/socket_libevent.cc ('k') | shell/domain_socket/test_completion_callback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698