Index: mojo/edk/system/handle_table.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/handle_table.cc b/mojo/edk/system/handle_table.cc |
similarity index 97% |
copy from third_party/mojo/src/mojo/edk/system/handle_table.cc |
copy to mojo/edk/system/handle_table.cc |
index c26c6bac3e7eb4d9f86cf83da86135a7f8d7cfa0..a9774c865913819a53bc86939a68cecd1c26108f 100644 |
--- a/third_party/mojo/src/mojo/edk/system/handle_table.cc |
+++ b/mojo/edk/system/handle_table.cc |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "third_party/mojo/src/mojo/edk/system/handle_table.h" |
+#include "mojo/edk/system/handle_table.h" |
#include <limits> |
#include "base/logging.h" |
-#include "third_party/mojo/src/mojo/edk/system/configuration.h" |
-#include "third_party/mojo/src/mojo/edk/system/dispatcher.h" |
+#include "mojo/edk/system/configuration.h" |
+#include "mojo/edk/system/dispatcher.h" |
namespace mojo { |
-namespace system { |
+namespace edk { |
HandleTable::Entry::Entry() : busy(false) { |
} |
@@ -239,5 +239,5 @@ void HandleTable::RestoreBusyHandles(const MojoHandle* handles, |
} |
} |
-} // namespace system |
+} // namespace edk |
} // namespace mojo |