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

Unified Diff: chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc

Issue 2318023002: //chrome/browser/chromeos: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Address comment and also remove non-trivial cases 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: chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
diff --git a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
index f941a82f68919bf7bd9aaca54828289e1bb639a6..21c94968a5172eb725067f4499aeaa5df50b75bd 100644
--- a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
+++ b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
@@ -125,7 +125,7 @@ class FileSystemProviderProviderAsyncFileUtilTest : public testing::Test {
async_file_util_.reset(new internal::ProviderAsyncFileUtil);
file_system_context_ =
- content::CreateFileSystemContextForTesting(NULL, data_dir_.path());
+ content::CreateFileSystemContextForTesting(NULL, data_dir_.GetPath());
Service* service = Service::Get(profile_); // Owned by its factory.
service->SetFileSystemFactoryForTesting(

Powered by Google App Engine
This is Rietveld 408576698