Index: mojo/edk/system/transport_data.cc |
diff --git a/mojo/system/transport_data.cc b/mojo/edk/system/transport_data.cc |
similarity index 98% |
rename from mojo/system/transport_data.cc |
rename to mojo/edk/system/transport_data.cc |
index 96ba61c252fc3d6152cf5584b8305b6b04182ef9..774b74413a5cfbf6bf54cf689a772bfd11f4ab77 100644 |
--- a/mojo/system/transport_data.cc |
+++ b/mojo/edk/system/transport_data.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/system/transport_data.h" |
+#include "mojo/edk/system/transport_data.h" |
#include <string.h> |
#include "base/compiler_specific.h" |
#include "base/logging.h" |
-#include "mojo/system/channel.h" |
-#include "mojo/system/constants.h" |
-#include "mojo/system/message_in_transit.h" |
+#include "mojo/edk/system/channel.h" |
+#include "mojo/edk/system/constants.h" |
+#include "mojo/edk/system/message_in_transit.h" |
namespace mojo { |
namespace system { |