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

Unified Diff: util/test/multiprocess_exec_test.cc

Issue 992503002: Locate test data more robustly (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 2015 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
« no previous file with comments | « util/test/executable_path_win.cc ('k') | util/test/paths.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/test/multiprocess_exec_test.cc
diff --git a/util/test/multiprocess_exec_test.cc b/util/test/multiprocess_exec_test.cc
index d151d2b1f9cd4cd71d23feb8e0f66f1a3661d9fb..8a5a6a9526a29262d730e73adec400c7762032d0 100644
--- a/util/test/multiprocess_exec_test.cc
+++ b/util/test/multiprocess_exec_test.cc
@@ -19,7 +19,7 @@
#include "build/build_config.h"
#include "gtest/gtest.h"
#include "util/file/file_io.h"
-#include "util/test/executable_path.h"
+#include "util/test/paths.h"
namespace crashpad {
namespace test {
@@ -48,7 +48,7 @@ class TestMultiprocessExec final : public MultiprocessExec {
TEST(MultiprocessExec, MultiprocessExec) {
TestMultiprocessExec multiprocess_exec;
- base::FilePath test_executable = ExecutablePath();
+ base::FilePath test_executable = Paths::Executable();
#if defined(OS_POSIX)
std::string child_test_executable = test_executable.value();
#elif defined(OS_WIN)
« no previous file with comments | « util/test/executable_path_win.cc ('k') | util/test/paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698