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

Unified Diff: rlz/test/rlz_unittest_main.cc

Issue 2317123003: misc files R-U: 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
« no previous file with comments | « rlz/test/rlz_test_helpers.cc ('k') | sandbox/win/src/address_sanitizer_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/test/rlz_unittest_main.cc
diff --git a/rlz/test/rlz_unittest_main.cc b/rlz/test/rlz_unittest_main.cc
index d6da7e7061d7a9f9707bbfadb17b0395746dd2b8..b7a41ca9f245f31f4980f95f97af0346f9d0fab3 100644
--- a/rlz/test/rlz_unittest_main.cc
+++ b/rlz/test/rlz_unittest_main.cc
@@ -33,7 +33,7 @@ int main(int argc, char **argv) {
// creates and owns RlzValueStore object for its lifetime.
base::ScopedTempDir temp_dir;
if (temp_dir.CreateUniqueTempDir())
- rlz_lib::testing::SetRlzStoreDirectory(temp_dir.path());
+ rlz_lib::testing::SetRlzStoreDirectory(temp_dir.GetPath());
#endif
rlz_lib::SupplementaryBranding branding("TEST");
ret = RUN_ALL_TESTS();
« no previous file with comments | « rlz/test/rlz_test_helpers.cc ('k') | sandbox/win/src/address_sanitizer_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698