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

Unified Diff: content/browser/fileapi/sandbox_directory_database_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/sandbox_directory_database_unittest.cc
diff --git a/content/browser/fileapi/sandbox_directory_database_unittest.cc b/content/browser/fileapi/sandbox_directory_database_unittest.cc
index 35391077db1f619c7b46947cd2e1d0a2fa4a2ff2..77525f2846315f574e417375751edf89cd50809b 100644
--- a/content/browser/fileapi/sandbox_directory_database_unittest.cc
+++ b/content/browser/fileapi/sandbox_directory_database_unittest.cc
@@ -113,9 +113,7 @@ class SandboxDirectoryDatabaseTest : public testing::Test {
FilePathToString(path().Append(kDirectoryDatabaseName)));
}
- const base::FilePath& path() {
- return base_.path();
- }
+ const base::FilePath& path() { return base_.GetPath(); }
// Makes link from |parent_id| to |child_id| with |name|.
void MakeHierarchyLink(FileId parent_id,

Powered by Google App Engine
This is Rietveld 408576698