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

Unified Diff: mojo/services/files/c/tests/errno_impl_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
Index: mojo/services/files/c/tests/errno_impl_unittest.cc
diff --git a/mojo/services/files/public/c/tests/errno_impl_unittest.cc b/mojo/services/files/c/tests/errno_impl_unittest.cc
similarity index 94%
rename from mojo/services/files/public/c/tests/errno_impl_unittest.cc
rename to mojo/services/files/c/tests/errno_impl_unittest.cc
index 458f619fa91c4db762adc8200720e1b80bcd8d27..9c7d992572a1d1fbe423d4687237307dd4a6a9bd 100644
--- a/mojo/services/files/public/c/tests/errno_impl_unittest.cc
+++ b/mojo/services/files/c/tests/errno_impl_unittest.cc
@@ -5,9 +5,9 @@
// This basically tests |ErrnoImpl::Setter|, since |ErrnoImpl| itself is just a
// simple interface.
-#include "files/public/c/lib/errno_impl.h"
+#include "files/c/lib/errno_impl.h"
-#include "files/public/c/tests/mock_errno_impl.h"
+#include "files/c/tests/mock_errno_impl.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojio {
« no previous file with comments | « mojo/services/files/c/tests/directory_wrapper_unittest.cc ('k') | mojo/services/files/c/tests/fd_table_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698