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

Unified Diff: base/win/event_trace_consumer_unittest.cc

Issue 2275553005: //base: Make ScopedTempDir::path() a GetPath() with a DCHECK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 4 years, 3 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 | « base/test/scoped_path_override.cc ('k') | base/win/event_trace_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/event_trace_consumer_unittest.cc
diff --git a/base/win/event_trace_consumer_unittest.cc b/base/win/event_trace_consumer_unittest.cc
index 8858aaf8deca8f84ed4b8a57f23df0827a167318..9c4c2422fc1f97b35a797eb61d999fd24938af19 100644
--- a/base/win/event_trace_consumer_unittest.cc
+++ b/base/win/event_trace_consumer_unittest.cc
@@ -271,7 +271,7 @@ class EtwTraceConsumerDataTest: public EtwTraceConsumerBaseTest {
// Create a temp dir for this test.
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
// Construct a temp file name in our dir.
- temp_file_ = temp_dir_.path().Append(L"test.etl");
+ temp_file_ = temp_dir_.GetPath().Append(L"test.etl");
}
void TearDown() override {
« no previous file with comments | « base/test/scoped_path_override.cc ('k') | base/win/event_trace_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698