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

Unified Diff: chrome/browser/ui/location_bar/location_bar_browsertest.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/ui/location_bar/location_bar_browsertest.cc
diff --git a/chrome/browser/ui/location_bar/location_bar_browsertest.cc b/chrome/browser/ui/location_bar/location_bar_browsertest.cc
index 5441b6e532837b447b78fb013d86b8075ff163c6..1963f169d58792ef294dacf4e2b1b96a1e860280 100644
--- a/chrome/browser/ui/location_bar/location_bar_browsertest.cc
+++ b/chrome/browser/ui/location_bar/location_bar_browsertest.cc
@@ -88,7 +88,7 @@ const extensions::Extension* LocationBarBrowserTest::LoadPageActionExtension(
dir->WriteFile(FILE_PATH_LITERAL("background.js"), kBackgroundScriptSource);
ExtensionTestMessageListener registered_listener("registered", false);
- const extensions::Extension* extension = LoadExtension(dir->unpacked_path());
+ const extensions::Extension* extension = LoadExtension(dir->UnpackedPath());
registered_listener.WaitUntilSatisfied();
return extension;

Powered by Google App Engine
This is Rietveld 408576698