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

Unified Diff: mojo/public/cpp/tests/system/core_unittest.cc

Issue 214753004: Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased/updated 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/cpp/tests/DEPS ('k') | mojo/public/environment/tests/async_waiter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/tests/system/core_unittest.cc
diff --git a/mojo/public/tests/system/core_cpp_unittest.cc b/mojo/public/cpp/tests/system/core_unittest.cc
similarity index 98%
rename from mojo/public/tests/system/core_cpp_unittest.cc
rename to mojo/public/cpp/tests/system/core_unittest.cc
index 64f91aa39b8d3a5bbe2389bda4a7ae4a5a109247..74390ad3148b790419ca7545f8d01a0878712f03 100644
--- a/mojo/public/tests/system/core_cpp_unittest.cc
+++ b/mojo/public/cpp/tests/system/core_unittest.cc
@@ -2,7 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/public/system/core_cpp.h"
+// This file tests the C++ Mojo system core wrappers.
+// TODO(vtl): Maybe rename "CoreCppTest" -> "CoreTest" if/when this gets
+// compiled into a different binary from the C API tests.
+
+#include "mojo/public/cpp/system/core.h"
#include <map>
« no previous file with comments | « mojo/public/cpp/tests/DEPS ('k') | mojo/public/environment/tests/async_waiter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698