Index: third_party/mojo/src/mojo/edk/system/dispatcher_unittest.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/dispatcher_unittest.cc b/third_party/mojo/src/mojo/edk/system/dispatcher_unittest.cc |
index c6431ffea7b71302fad99b0bcbe46003b5afd2d2..a9a413badda50f7ebe35b3ccf3bf45e4435fe4a6 100644 |
--- a/third_party/mojo/src/mojo/edk/system/dispatcher_unittest.cc |
+++ b/third_party/mojo/src/mojo/edk/system/dispatcher_unittest.cc |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/edk/system/dispatcher.h" |
+#include "third_party/mojo/src/mojo/edk/system/dispatcher.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_vector.h" |
#include "base/synchronization/waitable_event.h" |
#include "base/threading/simple_thread.h" |
-#include "mojo/edk/embedder/platform_shared_buffer.h" |
-#include "mojo/edk/system/memory.h" |
-#include "mojo/edk/system/waiter.h" |
#include "mojo/public/cpp/system/macros.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "third_party/mojo/src/mojo/edk/embedder/platform_shared_buffer.h" |
+#include "third_party/mojo/src/mojo/edk/system/memory.h" |
+#include "third_party/mojo/src/mojo/edk/system/waiter.h" |
namespace mojo { |
namespace system { |