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

Unified Diff: chrome/browser/ui/extensions/extension_message_bubble_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/extensions/extension_message_bubble_browsertest.cc
diff --git a/chrome/browser/ui/extensions/extension_message_bubble_browsertest.cc b/chrome/browser/ui/extensions/extension_message_bubble_browsertest.cc
index 228378069309504395bd2b2c2d49711fd1854983..b52911675ab3efe315a2e4b1f196c623797189dc 100644
--- a/chrome/browser/ui/extensions/extension_message_bubble_browsertest.cc
+++ b/chrome/browser/ui/extensions/extension_message_bubble_browsertest.cc
@@ -67,7 +67,7 @@ void ExtensionMessageBubbleBrowserTest::AddSettingsOverrideExtension(
" }\n"
"}", settings_override_value.c_str());
custom_extension_dir_->WriteManifestWithSingleQuotes(manifest);
- ASSERT_TRUE(LoadExtension(custom_extension_dir_->unpacked_path()));
+ ASSERT_TRUE(LoadExtension(custom_extension_dir_->UnpackedPath()));
}
void ExtensionMessageBubbleBrowserTest::CheckBubble(
« no previous file with comments | « chrome/browser/site_details_browsertest.cc ('k') | chrome/browser/ui/location_bar/location_bar_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698