Index: mojo/edk/system/local_data_pipe_unittest.cc |
diff --git a/mojo/system/local_data_pipe_unittest.cc b/mojo/edk/system/local_data_pipe_unittest.cc |
similarity index 99% |
rename from mojo/system/local_data_pipe_unittest.cc |
rename to mojo/edk/system/local_data_pipe_unittest.cc |
index adcd556d2b472dc0141280fa0cdb9c783f239c1b..979b4d2ce799eb215fb3db3363b1b3214e273d9a 100644 |
--- a/mojo/system/local_data_pipe_unittest.cc |
+++ b/mojo/edk/system/local_data_pipe_unittest.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/system/local_data_pipe.h" |
+#include "mojo/edk/system/local_data_pipe.h" |
#include <string.h> |
#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
-#include "mojo/system/data_pipe.h" |
-#include "mojo/system/waiter.h" |
+#include "mojo/edk/system/data_pipe.h" |
+#include "mojo/edk/system/waiter.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace mojo { |