Index: webkit/fileapi/file_system_path_manager.h |
diff --git a/webkit/fileapi/file_system_path_manager.h b/webkit/fileapi/file_system_path_manager.h |
index f66c02aeb6e66080af20c2d73be7f792b0d0d1f8..99e0bfc2411777a5a55557e1594a8055864c85e2 100644 |
--- a/webkit/fileapi/file_system_path_manager.h |
+++ b/webkit/fileapi/file_system_path_manager.h |
@@ -9,11 +9,15 @@ |
#include "base/callback.h" |
#include "base/file_path.h" |
-#include "base/message_loop_proxy.h" |
#include "base/scoped_ptr.h" |
-#include "googleurl/src/gurl.h" |
#include "webkit/fileapi/file_system_types.h" |
+class GURL; |
+ |
+namespace base { |
+class MessageLoopProxy; |
+} |
+ |
namespace fileapi { |
class FileSystemPathManager { |
@@ -22,6 +26,7 @@ class FileSystemPathManager { |
const FilePath& profile_path, |
bool is_incognito, |
bool allow_file_access_from_files); |
+ ~FileSystemPathManager(); |
// Callback for GetFileSystemRootPath. |
// If the request is accepted and the root filesystem for the origin exists |