| Index: ppapi/proxy/ppb_file_chooser_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_file_chooser_proxy.cc b/ppapi/proxy/ppb_file_chooser_proxy.cc
|
| index c3914ef39057bccf6af290a1a672eba1f0eb32de..fa8df55f82fff76ef420cf513d988b7e62255a8f 100644
|
| --- a/ppapi/proxy/ppb_file_chooser_proxy.cc
|
| +++ b/ppapi/proxy/ppb_file_chooser_proxy.cc
|
| @@ -73,7 +73,8 @@ class FileChooser : public Resource,
|
| DISALLOW_COPY_AND_ASSIGN(FileChooser);
|
| };
|
|
|
| -FileChooser::FileChooser(const HostResource& resource) : Resource(resource) {
|
| +FileChooser::FileChooser(const HostResource& resource)
|
| + : Resource(OBJECT_IS_PROXY, resource) {
|
| }
|
|
|
| FileChooser::~FileChooser() {
|
|
|