Index: shell/domain_socket/unix_domain_client_socket_posix_unittest.cc |
diff --git a/mojo/shell/domain_socket/unix_domain_client_socket_posix_unittest.cc b/shell/domain_socket/unix_domain_client_socket_posix_unittest.cc |
similarity index 94% |
rename from mojo/shell/domain_socket/unix_domain_client_socket_posix_unittest.cc |
rename to shell/domain_socket/unix_domain_client_socket_posix_unittest.cc |
index ae9fb437722de908e559c7139369c9fcf2470295..69e8bf7cd22b18ec2f356f2bc1a989ae52941981 100644 |
--- a/mojo/shell/domain_socket/unix_domain_client_socket_posix_unittest.cc |
+++ b/shell/domain_socket/unix_domain_client_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_client_socket_posix.h" |
+#include "shell/domain_socket/unix_domain_client_socket_posix.h" |
#include <unistd.h> |
@@ -12,10 +12,10 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/message_loop/message_loop.h" |
#include "base/posix/eintr_wrapper.h" |
-#include "mojo/shell/domain_socket/net_errors.h" |
-#include "mojo/shell/domain_socket/socket_libevent.h" |
-#include "mojo/shell/domain_socket/test_completion_callback.h" |
-#include "mojo/shell/domain_socket/unix_domain_server_socket_posix.h" |
+#include "shell/domain_socket/net_errors.h" |
+#include "shell/domain_socket/socket_libevent.h" |
+#include "shell/domain_socket/test_completion_callback.h" |
+#include "shell/domain_socket/unix_domain_server_socket_posix.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace mojo { |