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

Unified Diff: content/browser/fileapi/fileapi_message_filter.h

Issue 16413007: Make FileSystemOperation NOT self-destruct (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: content/browser/fileapi/fileapi_message_filter.h
diff --git a/content/browser/fileapi/fileapi_message_filter.h b/content/browser/fileapi/fileapi_message_filter.h
index 85b8700becbb3b9b348b3df0d345ce36f2b0db73..220e2a9e9857b1a4dc7748b1b353663811aa268f 100644
--- a/content/browser/fileapi/fileapi_message_filter.h
+++ b/content/browser/fileapi/fileapi_message_filter.h
@@ -46,7 +46,8 @@ class ShareableFileReference;
namespace content {
class ChromeBlobStorageContext;
-class FileAPIMessageFilter : public BrowserMessageFilter {
+class FileAPIMessageFilter
+ : public BrowserMessageFilter {
public:
// Used by the renderer process host on the UI thread.
FileAPIMessageFilter(

Powered by Google App Engine
This is Rietveld 408576698