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

Unified Diff: mojo/public/cpp/tests/utility/mutex_unittest.cc

Issue 217443002: Mojo: Move mojo/public/utility to mojo/public/cpp/utility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « mojo/public/c/tests/system/core_perftest.cc ('k') | mojo/public/cpp/tests/utility/run_loop_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/tests/utility/mutex_unittest.cc
diff --git a/mojo/public/utility/tests/mutex_unittest.cc b/mojo/public/cpp/tests/utility/mutex_unittest.cc
similarity index 98%
rename from mojo/public/utility/tests/mutex_unittest.cc
rename to mojo/public/cpp/tests/utility/mutex_unittest.cc
index acbcff65b93dc50905c203e23ddcedbb26c2cfba..5f75e60a3d9e5a28be94b384cfb037dc019934ed 100644
--- a/mojo/public/utility/tests/mutex_unittest.cc
+++ b/mojo/public/cpp/tests/utility/mutex_unittest.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 "mojo/public/utility/mutex.h"
+#include "mojo/public/cpp/utility/mutex.h"
#include <stdlib.h> // For |rand()|.
#include <time.h> // For |nanosleep()| (defined by POSIX).
@@ -10,7 +10,7 @@
#include <vector>
#include "mojo/public/cpp/system/macros.h"
-#include "mojo/public/utility/thread.h"
+#include "mojo/public/cpp/utility/thread.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
« no previous file with comments | « mojo/public/c/tests/system/core_perftest.cc ('k') | mojo/public/cpp/tests/utility/run_loop_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698