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

Unified Diff: util/mac/xattr_test.cc

Issue 1051533002: test: Move util/test to its own top-level directory, test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 5 years, 9 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: util/mac/xattr_test.cc
diff --git a/util/mac/xattr_test.cc b/util/mac/xattr_test.cc
index a25cfbb5c0e0dfff3eb219a7362e1714938c6285..a156a0a7c16b71b2034676370617d96a4f81ae10 100644
--- a/util/mac/xattr_test.cc
+++ b/util/mac/xattr_test.cc
@@ -24,8 +24,8 @@
#include "base/posix/eintr_wrapper.h"
#include "base/strings/stringprintf.h"
#include "gtest/gtest.h"
-#include "util/test/errors.h"
-#include "util/test/scoped_temp_dir.h"
+#include "test/errors.h"
+#include "test/scoped_temp_dir.h"
namespace crashpad {
namespace test {

Powered by Google App Engine
This is Rietveld 408576698