| Index: chrome/browser/extensions/api/file_system/file_system_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/file_system/file_system_apitest.cc b/chrome/browser/extensions/api/file_system/file_system_apitest.cc
|
| index b2575b5fa4de5809b96cb58e19603a1197f7b87b..5497cd7ee1a2bd8619afe527eff5707c35b7a8a8 100644
|
| --- a/chrome/browser/extensions/api/file_system/file_system_apitest.cc
|
| +++ b/chrome/browser/extensions/api/file_system/file_system_apitest.cc
|
| @@ -37,7 +37,7 @@ class FileSystemApiTest : public extensions::PlatformAppBrowserTest {
|
| }
|
|
|
| FilePath test_root_folder_;
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
| };
|
|
|
| IN_PROC_BROWSER_TEST_F(FileSystemApiTest, FileSystemApiGetDisplayPath) {
|
|
|