| Index: content/browser/renderer_host/pepper_file_message_filter.h
|
| diff --git a/content/browser/renderer_host/pepper_file_message_filter.h b/content/browser/renderer_host/pepper_file_message_filter.h
|
| index 72425b48368b0e4d529827dd94a5e931c51baa3b..5a6ad021c6b15103ccdfb08e0203581764445698 100644
|
| --- a/content/browser/renderer_host/pepper_file_message_filter.h
|
| +++ b/content/browser/renderer_host/pepper_file_message_filter.h
|
| @@ -49,10 +49,12 @@ class PepperFileMessageFilter : public content::BrowserMessageFilter {
|
| // thread independent of the profile context.
|
| static FilePath GetDataDirName(const FilePath& profile_path);
|
|
|
| + protected:
|
| + virtual ~PepperFileMessageFilter();
|
| +
|
| private:
|
| friend class content::BrowserThread;
|
| friend class base::DeleteHelper<PepperFileMessageFilter>;
|
| - virtual ~PepperFileMessageFilter();
|
|
|
| // Called on the FILE thread:
|
| void OnOpenFile(const webkit::ppapi::PepperFilePath& path,
|
|
|