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

Unified Diff: webkit/fileapi/file_system_path_manager.h

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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: 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

Powered by Google App Engine
This is Rietveld 408576698