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

Unified Diff: content/browser/shareable_file_reference_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/shareable_file_reference_unittest.cc
diff --git a/content/browser/shareable_file_reference_unittest.cc b/content/browser/shareable_file_reference_unittest.cc
index e74733ab746f3ecf9fa0e9811f9f51cf60c8785d..237d0d41a3899eb7929ce3320fd4822347f54c15 100644
--- a/content/browser/shareable_file_reference_unittest.cc
+++ b/content/browser/shareable_file_reference_unittest.cc
@@ -24,7 +24,7 @@ TEST(ShareableFileReferenceTest, TestReferences) {
// Create a file.
base::FilePath file;
- base::CreateTemporaryFileInDir(temp_dir.path(), &file);
+ base::CreateTemporaryFileInDir(temp_dir.GetPath(), &file);
EXPECT_TRUE(base::PathExists(file));
// Create a first reference to that file.
« no previous file with comments | « content/browser/service_worker/service_worker_storage_unittest.cc ('k') | content/public/test/async_file_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698