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

Unified Diff: test/thread_win.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: test/thread_win.cc
diff --git a/util/test/thread_win.cc b/test/thread_win.cc
similarity index 95%
rename from util/test/thread_win.cc
rename to test/thread_win.cc
index 1e277ebd7b1c51a6731a9fc2c2e6f87ddce04b30..05c67ea8875ffe6b72f129e60a0d60781a78bee4 100644
--- a/util/test/thread_win.cc
+++ b/test/thread_win.cc
@@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "util/test/thread.h"
+#include "test/thread.h"
#include "gtest/gtest.h"
-#include "util/test/errors.h"
+#include "test/errors.h"
namespace crashpad {
namespace test {
« no previous file with comments | « test/thread_posix.cc ('k') | util/file/file_io_test.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698