Index: mojo/edk/system/waiter.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/waiter.cc b/mojo/edk/system/waiter.cc |
similarity index 96% |
copy from third_party/mojo/src/mojo/edk/system/waiter.cc |
copy to mojo/edk/system/waiter.cc |
index f5d5cbb9a3920b48fc71f6f573beff4311e9fb5a..1a9c0b1604945ca776c8daae2cf4cb271bf28b49 100644 |
--- a/third_party/mojo/src/mojo/edk/system/waiter.cc |
+++ b/mojo/edk/system/waiter.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 "third_party/mojo/src/mojo/edk/system/waiter.h" |
+#include "mojo/edk/system/waiter.h" |
#include <limits> |
@@ -10,7 +10,7 @@ |
#include "base/time/time.h" |
namespace mojo { |
-namespace system { |
+namespace edk { |
Waiter::Waiter() |
: cv_(&lock_), |
@@ -96,5 +96,5 @@ bool Waiter::Awake(MojoResult result, uintptr_t context) { |
return true; |
} |
-} // namespace system |
+} // namespace edk |
} // namespace mojo |