| Index: content/browser/renderer_host/pepper/pepper_file_system_browser_host.h
|
| diff --git a/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h b/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h
|
| index 62fa62c5f8ba846b1efff8e77b66124474765304..80ef69b53d70050f3f81bcf4bb82206d771a059d 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h
|
| +++ b/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h
|
| @@ -64,7 +64,7 @@ class CONTENT_EXPORT PepperFileSystemBrowserHost
|
| storage::FileSystemOperationRunner* GetFileSystemOperationRunner() const {
|
| return file_system_operation_runner_.get();
|
| }
|
| - bool ChecksQuota() const { return quota_reservation_ != NULL; }
|
| + bool ChecksQuota() const { return quota_reservation_.get() != NULL; }
|
| // Opens a file for writing with quota checks. Returns the file size in the
|
| // callback.
|
| typedef base::Callback<void(int64_t)> OpenQuotaFileCallback;
|
|
|