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

Unified Diff: util/file/file_io_test.cc

Issue 1134943003: Move thread from test/ to util/thread/. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: PCHECK fix. 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
« no previous file with comments | « test/thread_win.cc ('k') | util/thread/thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/file/file_io_test.cc
diff --git a/util/file/file_io_test.cc b/util/file/file_io_test.cc
index f91cde5ba3bab8ea9f8b0bce9c9b691bd765e125..5719dccb084ad15afc835cbf435780f01247d82f 100644
--- a/util/file/file_io_test.cc
+++ b/util/file/file_io_test.cc
@@ -20,7 +20,7 @@
#include "gtest/gtest.h"
#include "test/errors.h"
#include "test/scoped_temp_dir.h"
-#include "test/thread.h"
+#include "util/thread/thread.h"
namespace crashpad {
namespace test {
« no previous file with comments | « test/thread_win.cc ('k') | util/thread/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698