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

Unified Diff: mojo/services/files/c/lib/fd_impl.h

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/lib/errno_impl.h ('k') | mojo/services/files/c/lib/fd_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/c/lib/fd_impl.h
diff --git a/mojo/services/files/public/c/lib/fd_impl.h b/mojo/services/files/c/lib/fd_impl.h
similarity index 95%
rename from mojo/services/files/public/c/lib/fd_impl.h
rename to mojo/services/files/c/lib/fd_impl.h
index 3884eee79eeed98d616c09c50e10466a0b55b2d5..a2822ab023b083f13516e36e2d71f38405d02883 100644
--- a/mojo/services/files/public/c/lib/fd_impl.h
+++ b/mojo/services/files/c/lib/fd_impl.h
@@ -7,8 +7,8 @@
#include <memory>
-#include "files/public/c/mojio_sys_stat.h"
-#include "files/public/c/mojio_sys_types.h"
+#include "files/c/mojio_sys_stat.h"
+#include "files/c/mojio_sys_types.h"
#include "mojo/public/cpp/system/macros.h"
namespace mojio {
« no previous file with comments | « mojo/services/files/c/lib/errno_impl.h ('k') | mojo/services/files/c/lib/fd_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698