| Index: content/browser/file_system/browser_file_system_helper.cc
|
| diff --git a/content/browser/file_system/browser_file_system_helper.cc b/content/browser/file_system/browser_file_system_helper.cc
|
| index 0d0c02189dd8fc810210bb7d60cb9653553ba0f5..4161cad7d985121c72aabbf270526bca1ccc601c 100644
|
| --- a/content/browser/file_system/browser_file_system_helper.cc
|
| +++ b/content/browser/file_system/browser_file_system_helper.cc
|
| @@ -10,6 +10,8 @@
|
| #include "content/public/common/content_switches.h"
|
| #include "webkit/quota/quota_manager.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| scoped_refptr<fileapi::FileSystemContext> CreateFileSystemContext(
|
| const FilePath& profile_path, bool is_incognito,
|
| quota::SpecialStoragePolicy* special_storage_policy,
|
|
|