| Index: chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc b/chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc
|
| index 9d850f44099bfa5d74a8d15453f55967d0e09b3d..ef3f379ad30153b43152604c4371538c6f9f3912 100644
|
| --- a/chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc
|
| +++ b/chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc
|
| @@ -436,7 +436,7 @@ class KioskAppManagerTest : public InProcessBrowserTest {
|
| // Copies the given file into temp dir and returns the full path
|
| // of the copied file.
|
| base::FilePath CopyFileToTempDir(const base::FilePath& file) {
|
| - base::FilePath target_file = temp_dir_.path().Append(file.BaseName());
|
| + base::FilePath target_file = temp_dir_.GetPath().Append(file.BaseName());
|
| CHECK(base::CopyFile(file, target_file));
|
| return target_file;
|
| }
|
|
|