Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: chrome/browser/extensions/api/file_system/file_system_api.cc

Issue 452043003: [ew] Add basic classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698