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

Unified Diff: content/browser/fileapi/local_file_stream_writer_unittest.cc

Issue 2316043002: //content: 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
Index: content/browser/fileapi/local_file_stream_writer_unittest.cc
diff --git a/content/browser/fileapi/local_file_stream_writer_unittest.cc b/content/browser/fileapi/local_file_stream_writer_unittest.cc
index fbf076fbe39b991bce29d5167fe3adc884ce97d0..ca798469091c538bc42dcf8f99384f24fbfcc318 100644
--- a/content/browser/fileapi/local_file_stream_writer_unittest.cc
+++ b/content/browser/fileapi/local_file_stream_writer_unittest.cc
@@ -44,7 +44,7 @@ class LocalFileStreamWriterTest : public testing::Test {
protected:
base::FilePath Path(const std::string& name) {
- return temp_dir_.path().AppendASCII(name);
+ return temp_dir_.GetPath().AppendASCII(name);
}
int WriteStringToWriter(LocalFileStreamWriter* writer,
« no previous file with comments | « content/browser/fileapi/local_file_stream_reader_unittest.cc ('k') | content/browser/fileapi/local_file_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698