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

Unified Diff: components/ownership/owner_key_util_impl_unittest.cc

Issue 2317123002: c/browser, c/common, components O-P: 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: components/ownership/owner_key_util_impl_unittest.cc
diff --git a/components/ownership/owner_key_util_impl_unittest.cc b/components/ownership/owner_key_util_impl_unittest.cc
index 1441766b2faa0900356ee3c79441cdb9564607b6..32731d2f70f43179d2e54b917d89dc507901a979 100644
--- a/components/ownership/owner_key_util_impl_unittest.cc
+++ b/components/ownership/owner_key_util_impl_unittest.cc
@@ -54,7 +54,7 @@ class OwnerKeyUtilImplTest : public testing::Test {
void SetUp() override {
ASSERT_TRUE(tmpdir_.CreateUniqueTempDir());
- key_file_ = tmpdir_.path().Append(FILE_PATH_LITERAL("key"));
+ key_file_ = tmpdir_.GetPath().Append(FILE_PATH_LITERAL("key"));
util_ = new OwnerKeyUtilImpl(key_file_);
}

Powered by Google App Engine
This is Rietveld 408576698