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

Unified Diff: shell/domain_socket/unix_domain_server_socket_posix_unittest.cc

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/unix_domain_server_socket_posix.cc ('k') | shell/dynamic_application_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/domain_socket/unix_domain_server_socket_posix_unittest.cc
diff --git a/mojo/shell/domain_socket/unix_domain_server_socket_posix_unittest.cc b/shell/domain_socket/unix_domain_server_socket_posix_unittest.cc
similarity index 93%
rename from mojo/shell/domain_socket/unix_domain_server_socket_posix_unittest.cc
rename to shell/domain_socket/unix_domain_server_socket_posix_unittest.cc
index fc08730e3a05436e9a400ad6dd366d0bc8158d0a..96760f2686a31a1cea05f529a855fe9b2d13ee7d 100644
--- a/mojo/shell/domain_socket/unix_domain_server_socket_posix_unittest.cc
+++ b/shell/domain_socket/unix_domain_server_socket_posix_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/shell/domain_socket/unix_domain_server_socket_posix.h"
+#include "shell/domain_socket/unix_domain_server_socket_posix.h"
#include <vector>
@@ -13,9 +13,9 @@
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "base/stl_util.h"
-#include "mojo/shell/domain_socket/net_errors.h"
-#include "mojo/shell/domain_socket/test_completion_callback.h"
-#include "mojo/shell/domain_socket/unix_domain_client_socket_posix.h"
+#include "shell/domain_socket/net_errors.h"
+#include "shell/domain_socket/test_completion_callback.h"
+#include "shell/domain_socket/unix_domain_client_socket_posix.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
« no previous file with comments | « shell/domain_socket/unix_domain_server_socket_posix.cc ('k') | shell/dynamic_application_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698