Index: chrome/service/service_process_prefs_unittest.cc |
diff --git a/chrome/service/service_process_prefs_unittest.cc b/chrome/service/service_process_prefs_unittest.cc |
index b60eb890287b76f1a0c25ea66325785162632594..9fea70f9264b79f3f3a1b3cd21f5a23cd016c234 100644 |
--- a/chrome/service/service_process_prefs_unittest.cc |
+++ b/chrome/service/service_process_prefs_unittest.cc |
@@ -18,7 +18,7 @@ class ServiceProcessPrefsTest : public testing::Test { |
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); |
prefs_.reset(new ServiceProcessPrefs( |
- temp_dir_.path().AppendASCII("service_process_prefs.txt"), |
+ temp_dir_.GetPath().AppendASCII("service_process_prefs.txt"), |
message_loop_.task_runner().get())); |
} |