Appease the almighty linter

This commit is contained in:
Samuel Attard 2017-09-17 01:13:55 +10:00 committed by Cheng Zhao
parent d9359d8b6c
commit d1aded2831
3 changed files with 6 additions and 3 deletions

View file

@ -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"

View file

@ -368,7 +368,6 @@ class WebContents : public mate::TrackableObject<WebContents>,
const std::vector<base::string16>& labels);
private:
uint32_t GetNextRequestId() {
return ++request_id_;
}