| Index: chrome/browser/extensions/api/developer_private/entry_picker.h
|
| diff --git a/chrome/browser/extensions/api/developer_private/entry_picker.h b/chrome/browser/extensions/api/developer_private/entry_picker.h
|
| index b2025f714234b78cd736c432e8e500b4b1df4fbb..f64c638462081dcea14be988ffffc04f9326f9f2 100644
|
| --- a/chrome/browser/extensions/api/developer_private/entry_picker.h
|
| +++ b/chrome/browser/extensions/api/developer_private/entry_picker.h
|
| @@ -20,6 +20,9 @@ class EntryPickerClient {
|
| public:
|
| virtual void FileSelected(const FilePath& path) = 0;
|
| virtual void FileSelectionCanceled() = 0;
|
| +
|
| + protected:
|
| + virtual ~EntryPickerClient() { }
|
| };
|
|
|
| // Handles showing a dialog to the user to ask for the directory name.
|
|
|