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

Unified Diff: content/test/test_blink_web_unit_test_support.cc

Issue 2316043002: //content: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Just rebased 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: content/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index dad690d4c7ffacd9681d99e278c4b134aee16072..b353c4cae7ad04cf819e95441c0230e17686ef73 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -135,7 +135,7 @@ TestBlinkWebUnitTestSupport::TestBlinkWebUnitTestSupport() {
if (!file_system_root_.CreateUniqueTempDir()) {
LOG(WARNING) << "Failed to create a temp dir for the filesystem."
"FileSystem feature will be disabled.";
- DCHECK(file_system_root_.path().empty());
+ DCHECK(file_system_root_.GetPath().empty());
}
#if defined(OS_WIN)
« no previous file with comments | « content/shell/browser/layout_test/layout_test_browser_main.cc ('k') | content/test/test_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698