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

Unified Diff: util/win/process_info_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/util.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/win/process_info_test.cc
diff --git a/util/win/process_info_test.cc b/util/win/process_info_test.cc
index 52f9fdd9b002ccb06ab952e68805fa64233cfc1a..5b1b7995722af9b36bca75ffb30f3ccc41854e5f 100644
--- a/util/win/process_info_test.cc
+++ b/util/win/process_info_test.cc
@@ -21,7 +21,7 @@
#include "build/build_config.h"
#include "gtest/gtest.h"
#include "util/misc/uuid.h"
-#include "util/test/executable_path.h"
+#include "util/test/paths.h"
#include "util/win/scoped_handle.h"
namespace crashpad {
@@ -77,7 +77,7 @@ TEST(ProcessInfo, SomeOtherProcess) {
CreateEvent(nullptr, true, false, done_uuid.ToString16().c_str()));
ASSERT_TRUE(done.get());
- base::FilePath test_executable = ExecutablePath();
+ base::FilePath test_executable = Paths::Executable();
std::wstring child_test_executable =
test_executable.RemoveFinalExtension().value() +
L"_process_info_test_child.exe";
« no previous file with comments | « util/util.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698