| Index: chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc b/chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc
|
| index 85eab7e1fc8e2e234ab8a68acc5a45d4b9fdba9c..4803a9d1d0666355adc920e8d856de02052d979c 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc
|
| @@ -157,7 +157,7 @@ class ArcAuthServiceTest : public InProcessBrowserTest {
|
|
|
| // Create test profile.
|
| TestingProfile::Builder profile_builder;
|
| - profile_builder.SetPath(temp_dir_.path().AppendASCII("TestArcProfile"));
|
| + profile_builder.SetPath(temp_dir_.GetPath().AppendASCII("TestArcProfile"));
|
| profile_builder.SetProfileName(kFakeUserName);
|
| profile_builder.AddTestingFactory(
|
| ProfileOAuth2TokenServiceFactory::GetInstance(),
|
|
|