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

Unified Diff: remoting/host/linux/audio_pipe_reader_unittest.cc

Issue 2317123003: misc files R-U: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Just rebased 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 | « remoting/host/host_config_unittest.cc ('k') | remoting/host/linux/certificate_watcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/linux/audio_pipe_reader_unittest.cc
diff --git a/remoting/host/linux/audio_pipe_reader_unittest.cc b/remoting/host/linux/audio_pipe_reader_unittest.cc
index dc39676896dd86f011bef70ece0c7c1a43915931..65e87dcb674d0f048aa62c2c93ffdd2367e8b439 100644
--- a/remoting/host/linux/audio_pipe_reader_unittest.cc
+++ b/remoting/host/linux/audio_pipe_reader_unittest.cc
@@ -30,7 +30,7 @@ class AudioPipeReaderTest : public testing::Test,
void SetUp() override {
ASSERT_TRUE(test_dir_.CreateUniqueTempDir());
- pipe_path_ = test_dir_.path().AppendASCII("test_pipe");
+ pipe_path_ = test_dir_.GetPath().AppendASCII("test_pipe");
audio_thread_.reset(new base::Thread("TestAudioThread"));
audio_thread_->StartWithOptions(
base::Thread::Options(base::MessageLoop::TYPE_IO, 0));
« no previous file with comments | « remoting/host/host_config_unittest.cc ('k') | remoting/host/linux/certificate_watcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698