| Index: chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc
|
| diff --git a/chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc b/chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc
|
| index 3174001714c97738262553e43d0072070a7178a8..8dc6451a33c7cf1c46c480344323293ffe763284 100644
|
| --- a/chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc
|
| +++ b/chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc
|
| @@ -160,7 +160,7 @@ class FileSystemApiTestForDrive : public PlatformAppBrowserTest {
|
|
|
| integration_service_ = new drive::DriveIntegrationService(
|
| profile, NULL, fake_drive_service_, std::string(),
|
| - test_cache_root_.path(), NULL);
|
| + test_cache_root_.GetPath(), NULL);
|
| return integration_service_;
|
| }
|
|
|
|
|