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

Unified Diff: chrome/browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc

Issue 2385693002: chrome/browser/media_galleries/fileapi: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc
diff --git a/chrome/browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc b/chrome/browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc
index bd524b02be8583abb6de131d5ee627156b76d5e1..d46206796dc284c0b440b999ba251886d6368e00 100644
--- a/chrome/browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc
+++ b/chrome/browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc
@@ -223,8 +223,12 @@ class PicasaDataProviderTest : public InProcessBrowserTest {
base::Unretained(this)));
}
- const base::FilePath& test_folder_1_path() { return test_folder_1_.path(); }
- const base::FilePath& test_folder_2_path() { return test_folder_2_.path(); }
+ const base::FilePath& test_folder_1_path() {
+ return test_folder_1_.GetPath();
+ }
+ const base::FilePath& test_folder_2_path() {
+ return test_folder_2_.GetPath();
+ }
TestPicasaDataProvider* data_provider() const {
return picasa_data_provider_.get();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698