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

Unified Diff: mojo/services/files/c/tests/mojio_sys_stat_unittest.cc

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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/services/files/c/tests/mojio_impl_test_base.cc ('k') | mojo/services/files/c/tests/mojio_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/c/tests/mojio_sys_stat_unittest.cc
diff --git a/mojo/services/files/public/c/tests/mojio_sys_stat_unittest.cc b/mojo/services/files/c/tests/mojio_sys_stat_unittest.cc
similarity index 92%
rename from mojo/services/files/public/c/tests/mojio_sys_stat_unittest.cc
rename to mojo/services/files/c/tests/mojio_sys_stat_unittest.cc
index f170326d45f53c5b2ac821d6ddc0231a4e5e9bf1..9a461084e95eb7d531908527d2bb8caf86dd66d1 100644
--- a/mojo/services/files/public/c/tests/mojio_sys_stat_unittest.cc
+++ b/mojo/services/files/c/tests/mojio_sys_stat_unittest.cc
@@ -8,10 +8,10 @@
#include <errno.h>
#include <string.h>
-#include "files/public/c/mojio_fcntl.h"
-#include "files/public/c/mojio_sys_stat.h"
-#include "files/public/c/mojio_unistd.h"
-#include "files/public/c/tests/mojio_test_base.h"
+#include "files/c/mojio_fcntl.h"
+#include "files/c/mojio_sys_stat.h"
+#include "files/c/mojio_unistd.h"
+#include "files/c/tests/mojio_test_base.h"
namespace {
« no previous file with comments | « mojo/services/files/c/tests/mojio_impl_test_base.cc ('k') | mojo/services/files/c/tests/mojio_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698