Index: chrome/browser/browsing_data/browsing_data_file_system_helper.h |
diff --git a/chrome/browser/browsing_data/browsing_data_file_system_helper.h b/chrome/browser/browsing_data/browsing_data_file_system_helper.h |
index 89d685c899d8c452c7fa4e0177abee0c8d1496ab..8029a365df8a54539ddad67df28b8539bf9d98ed 100644 |
--- a/chrome/browser/browsing_data/browsing_data_file_system_helper.h |
+++ b/chrome/browser/browsing_data/browsing_data_file_system_helper.h |
@@ -18,6 +18,10 @@ |
#include "googleurl/src/gurl.h" |
#include "webkit/fileapi/file_system_types.h" |
+namespace fileapi { |
+class FileSystemContext; |
+} |
+ |
class Profile; |
// Defines an interface for classes that deal with aggregating and deleting |
@@ -70,7 +74,8 @@ class BrowsingDataFileSystemHelper |
// |
// The BrowsingDataFileSystemHelper will not change the profile itself, but |
// can modify data it contains (by removing file systems). |
- static BrowsingDataFileSystemHelper* Create(Profile* profile); |
+ static BrowsingDataFileSystemHelper* Create( |
+ fileapi::FileSystemContext* file_system_context); |
// Starts the process of fetching file system data, which will call |callback| |
// upon completion, passing it a constant list of FileSystemInfo objects. |