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

Unified Diff: chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc

Issue 2314363002: extensions: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Comment addressed 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/extensions/api/webstore_private/webstore_private_apitest.cc
diff --git a/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc b/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc
index 14a7f8218c8f390d9057de2ad5b0e38969795dea..44c766682bd8b000c05b7508b1f269c066f5e142 100644
--- a/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc
+++ b/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc
@@ -123,7 +123,7 @@ class ExtensionWebstorePrivateApiTest : public ExtensionApiTest {
new ScopedTestDialogAutoConfirm(ScopedTestDialogAutoConfirm::ACCEPT));
ASSERT_TRUE(webstore_install_dir_.CreateUniqueTempDir());
- webstore_install_dir_copy_ = webstore_install_dir_.path();
+ webstore_install_dir_copy_ = webstore_install_dir_.GetPath();
WebstoreInstaller::SetDownloadDirectoryForTests(
&webstore_install_dir_copy_);
}

Powered by Google App Engine
This is Rietveld 408576698