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

Unified Diff: mojo/edk/system/handle_table.cc

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 5 years, 2 months 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
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

Powered by Google App Engine
This is Rietveld 408576698