Index: content/browser/shared_worker/shared_worker_message_filter.h |
diff --git a/content/browser/shared_worker/shared_worker_message_filter.h b/content/browser/shared_worker/shared_worker_message_filter.h |
index 8fb927b805e05afe15f7359286092628d3eaa61d..f6129d7354c84897a69dbb7d7e5d905fb7dca315 100644 |
--- a/content/browser/shared_worker/shared_worker_message_filter.h |
+++ b/content/browser/shared_worker/shared_worker_message_filter.h |
@@ -57,9 +57,9 @@ class CONTENT_EXPORT SharedWorkerMessageFilter : public BrowserMessageFilter { |
const base::string16& display_name, |
unsigned long estimated_size, |
bool* result); |
- void OnRequestFileSystemAccessSync(int worker_route_id, |
- const GURL& url, |
- bool* result); |
+ void OnRequestFileSystemAccess(int worker_route_id, |
+ const GURL& url, |
+ IPC::Message* reply_msg); |
void OnAllowIndexedDB(int worker_route_id, |
const GURL& url, |
const base::string16& name, |