| Index: webkit/plugins/ppapi/ppb_file_system_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_file_system_impl.h b/webkit/plugins/ppapi/ppb_file_system_impl.h
|
| index 4c425dba737a4613e1ebc241d48e42cebc8d35bd..b14685d2f25cc42912508c60c3e7558d6ff864e1 100644
|
| --- a/webkit/plugins/ppapi/ppb_file_system_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_file_system_impl.h
|
| @@ -32,7 +32,7 @@ class PPB_FileSystem_Impl : public Resource,
|
| virtual ::ppapi::thunk::PPB_FileSystem_API* AsPPB_FileSystem_API() OVERRIDE;
|
|
|
| PluginInstance* instance() { return instance_; }
|
| - PP_FileSystemType type() { return type_; }
|
| + PP_FileSystemType type() const { return type_; }
|
| const GURL& root_url() const { return root_url_; }
|
| void set_root_url(const GURL& root_url) { root_url_ = root_url; }
|
| bool opened() const { return opened_; }
|
|
|