Appease the almighty linter
This commit is contained in:
parent
d9359d8b6c
commit
d1aded2831
3 changed files with 6 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
#define ATOM_BROWSER_API_ATOM_API_SESSION_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "atom/browser/api/trackable_object.h"
|
||||
#include "atom/browser/atom_blob_reader.h"
|
||||
|
|
|
@ -368,7 +368,6 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
const std::vector<base::string16>& labels);
|
||||
|
||||
private:
|
||||
|
||||
uint32_t GetNextRequestId() {
|
||||
return ++request_id_;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue