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

Unified Diff: mojo/public/cpp/utility/lib/run_loop.cc

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
« no previous file with comments | « mojo/public/cpp/utility/lib/mutex.cc ('k') | mojo/public/cpp/utility/lib/thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/utility/lib/run_loop.cc
diff --git a/third_party/mojo/src/mojo/public/cpp/utility/lib/run_loop.cc b/mojo/public/cpp/utility/lib/run_loop.cc
similarity index 97%
rename from third_party/mojo/src/mojo/public/cpp/utility/lib/run_loop.cc
rename to mojo/public/cpp/utility/lib/run_loop.cc
index 872e4a14f3ad6f25e68e9082859e363f05ab5c2f..7faf748f757808f0e6df9c188483073184727130 100644
--- a/third_party/mojo/src/mojo/public/cpp/utility/lib/run_loop.cc
+++ b/mojo/public/cpp/utility/lib/run_loop.cc
@@ -2,15 +2,15 @@
// 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/public/cpp/utility/run_loop.h"
+#include "mojo/public/cpp/utility/run_loop.h"
#include <assert.h>
#include <algorithm>
#include <vector>
-#include "third_party/mojo/src/mojo/public/cpp/utility/lib/thread_local.h"
-#include "third_party/mojo/src/mojo/public/cpp/utility/run_loop_handler.h"
+#include "mojo/public/cpp/utility/lib/thread_local.h"
+#include "mojo/public/cpp/utility/run_loop_handler.h"
namespace mojo {
namespace {
« no previous file with comments | « mojo/public/cpp/utility/lib/mutex.cc ('k') | mojo/public/cpp/utility/lib/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698