Fix cpplint warnings.
This commit is contained in:
parent
dd38131704
commit
d0ee30101d
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ namespace api {
|
|||
class DownloadItem : public mate::TrackableObject<DownloadItem>,
|
||||
public content::DownloadItem::Observer {
|
||||
public:
|
||||
DownloadItem(content::DownloadItem* download_item);
|
||||
explicit DownloadItem(content::DownloadItem* download_item);
|
||||
~DownloadItem();
|
||||
static mate::Handle<DownloadItem> Create(v8::Isolate* isolate,
|
||||
content::DownloadItem* item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue