| Index: chrome/browser/extensions/api/file_system/file_system_api.cc
|
| diff --git a/chrome/browser/extensions/api/file_system/file_system_api.cc b/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| index 6c8d5901c2fd5a04a26f04844361af80531e6505..456bb9dceb00b59955fc87326be5e6e6a9cb9ccc 100644
|
| --- a/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| +++ b/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "chrome/browser/extensions/api/file_system/file_system_api.h"
|
|
|
| +#include <set>
|
| +#include <string>
|
| +
|
| #include "apps/app_window.h"
|
| #include "apps/app_window_registry.h"
|
| #include "apps/saved_files_service.h"
|
|
|