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

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

Issue 1133933002: Move //services/files/c -> //mojo/services/files/public/c. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove data dep Created 5 years, 7 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
Index: mojo/services/files/public/c/tests/mojio_sys_stat_unittest.cc
diff --git a/services/files/c/tests/mojio_sys_stat_unittest.cc b/mojo/services/files/public/c/tests/mojio_sys_stat_unittest.cc
similarity index 91%
rename from services/files/c/tests/mojio_sys_stat_unittest.cc
rename to mojo/services/files/public/c/tests/mojio_sys_stat_unittest.cc
index c0573549d4c758534e5959ba1af974ae0dc215c5..f170326d45f53c5b2ac821d6ddc0231a4e5e9bf1 100644
--- a/services/files/c/tests/mojio_sys_stat_unittest.cc
+++ b/mojo/services/files/public/c/tests/mojio_sys_stat_unittest.cc
@@ -8,10 +8,10 @@
#include <errno.h>
#include <string.h>
-#include "services/files/c/mojio_fcntl.h"
-#include "services/files/c/mojio_sys_stat.h"
-#include "services/files/c/mojio_unistd.h"
-#include "services/files/c/tests/mojio_test_base.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"
namespace {
« no previous file with comments | « mojo/services/files/public/c/tests/mojio_impl_test_base.cc ('k') | mojo/services/files/public/c/tests/mojio_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698