Index: content/browser/fileapi/browser_file_system_helper.h |
=================================================================== |
--- content/browser/fileapi/browser_file_system_helper.h (revision 163834) |
+++ content/browser/fileapi/browser_file_system_helper.h (working copy) |
@@ -13,6 +13,8 @@ |
class SpecialStoragePolicy; |
} |
+namespace content { |
+ |
// Helper method that returns FileSystemContext constructed for |
// the browser process. |
CONTENT_EXPORT scoped_refptr<fileapi::FileSystemContext> |
@@ -22,4 +24,6 @@ |
quota::SpecialStoragePolicy* special_storage_policy, |
quota::QuotaManagerProxy* quota_manager_proxy); |
+} // namespace content |
+ |
#endif // CONTENT_BROWSER_FILEAPI_BROWSER_FILE_SYSTEM_HELPER_H_ |