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

Unified Diff: mojo/services/files/public/c/tests/errno_impl_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/errno_impl_unittest.cc
diff --git a/services/files/c/tests/errno_impl_unittest.cc b/mojo/services/files/public/c/tests/errno_impl_unittest.cc
similarity index 94%
rename from services/files/c/tests/errno_impl_unittest.cc
rename to mojo/services/files/public/c/tests/errno_impl_unittest.cc
index 03ec0db4115562a1e37f91ed458b2da9e3f5293f..458f619fa91c4db762adc8200720e1b80bcd8d27 100644
--- a/services/files/c/tests/errno_impl_unittest.cc
+++ b/mojo/services/files/public/c/tests/errno_impl_unittest.cc
@@ -5,9 +5,9 @@
// This basically tests |ErrnoImpl::Setter|, since |ErrnoImpl| itself is just a
// simple interface.
-#include "services/files/c/lib/errno_impl.h"
+#include "files/public/c/lib/errno_impl.h"
-#include "services/files/c/tests/mock_errno_impl.h"
+#include "files/public/c/tests/mock_errno_impl.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojio {

Powered by Google App Engine
This is Rietveld 408576698