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

Unified Diff: blimp/engine/app/blimp_engine_config_unittest.cc

Issue 2322573002: misc files A-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: blimp/engine/app/blimp_engine_config_unittest.cc
diff --git a/blimp/engine/app/blimp_engine_config_unittest.cc b/blimp/engine/app/blimp_engine_config_unittest.cc
index 2e945188b78a0e4b2ffbbb6096b1413a56727601..8e1047cfc4cd9e0d24bad3accb4be28cbe44dc74 100644
--- a/blimp/engine/app/blimp_engine_config_unittest.cc
+++ b/blimp/engine/app/blimp_engine_config_unittest.cc
@@ -58,7 +58,7 @@ class BlimpEngineConfigTest : public testing::Test {
base::FilePath GetFilepathForSwitch(
const std::string& filepath_switch) const {
- return temp_dir_.path().Append(filepath_switch);
+ return temp_dir_.GetPath().Append(filepath_switch);
}
const std::vector<std::string> all_filepath_switches_ = {
« no previous file with comments | « apps/app_restore_service_browsertest.cc ('k') | chromecast/app/linux/cast_crash_reporter_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698