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

Unified Diff: chrome/browser/extensions/fetch_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/fetch_apitest.cc
diff --git a/chrome/browser/extensions/fetch_apitest.cc b/chrome/browser/extensions/fetch_apitest.cc
index cc7d937fd631b80d667d64ecb663f509b7925cb2..24336bae83d1ae826f3976d15ba30ee2186c06e7 100644
--- a/chrome/browser/extensions/fetch_apitest.cc
+++ b/chrome/browser/extensions/fetch_apitest.cc
@@ -39,7 +39,7 @@ class ExtensionFetchTest : public ExtensionApiTest {
const Extension* WriteFilesAndLoadTestExtension(TestExtensionDir* dir) {
dir->WriteFile(FILE_PATH_LITERAL("text"), "text content");
dir->WriteFile(FILE_PATH_LITERAL("bg.js"), "");
- return LoadExtension(dir->unpacked_path());
+ return LoadExtension(dir->UnpackedPath());
}
// Returns |kFetchScript| with |url_expression| substituted as its test URL.

Powered by Google App Engine
This is Rietveld 408576698