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

Unified Diff: components/drive/chromeos/fake_file_system.cc

Issue 2317993003: //chrome/browser and //components A-E: 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: components/drive/chromeos/fake_file_system.cc
diff --git a/components/drive/chromeos/fake_file_system.cc b/components/drive/chromeos/fake_file_system.cc
index f3b7cd68231dd67def43f2584013f0a366f7c108..a7ef97f736b692ae5edb6f157dc5fa8ad39ce267 100644
--- a/components/drive/chromeos/fake_file_system.cc
+++ b/components/drive/chromeos/fake_file_system.cc
@@ -317,7 +317,7 @@ void FakeFileSystem::GetFileContentAfterGetFileResource(
entry->set_parent_local_id(parent_resource_id);
base::FilePath cache_path =
- cache_dir_.path().AppendASCII(entry->resource_id());
+ cache_dir_.GetPath().AppendASCII(entry->resource_id());
if (entry->file_specific_info().is_hosted_document()) {
// For hosted documents return a dummy cache without server request.
int result = base::WriteFile(cache_path, "", 0);
« no previous file with comments | « components/drive/change_list_processor_unittest.cc ('k') | components/drive/chromeos/file_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698