Index: mojo/public/cpp/utility/run_loop_handler.h |
diff --git a/third_party/mojo/src/mojo/public/cpp/utility/run_loop_handler.h b/mojo/public/cpp/utility/run_loop_handler.h |
similarity index 63% |
rename from third_party/mojo/src/mojo/public/cpp/utility/run_loop_handler.h |
rename to mojo/public/cpp/utility/run_loop_handler.h |
index d68af747d3fefb7b147852d565e32d1ffa3bbc3a..69838d5e57c311abe126f9beeb833eeaa1657f18 100644 |
--- a/third_party/mojo/src/mojo/public/cpp/utility/run_loop_handler.h |
+++ b/mojo/public/cpp/utility/run_loop_handler.h |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_UTILITY_RUN_LOOP_HANDLER_H_ |
-#define THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_UTILITY_RUN_LOOP_HANDLER_H_ |
+#ifndef MOJO_PUBLIC_CPP_UTILITY_RUN_LOOP_HANDLER_H_ |
+#define MOJO_PUBLIC_CPP_UTILITY_RUN_LOOP_HANDLER_H_ |
-#include "third_party/mojo/src/mojo/public/cpp/system/core.h" |
+#include "mojo/public/cpp/system/core.h" |
namespace mojo { |
@@ -22,4 +22,4 @@ class RunLoopHandler { |
} // namespace mojo |
-#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_UTILITY_RUN_LOOP_HANDLER_H_ |
+#endif // MOJO_PUBLIC_CPP_UTILITY_RUN_LOOP_HANDLER_H_ |