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> |
benwells
2014/08/13 05:50:46
As <string> is in the .h now you shouldn't need it
mtomasz
2014/08/13 07:02:08
Done.
benwells
2014/08/13 23:57:02
Is there meant to be a new patch set?
|
+ |
#include "apps/app_window.h" |
#include "apps/app_window_registry.h" |
#include "apps/saved_files_service.h" |